progs/key.c: Use `HASH' rather than `HASHALG' to denote a hash-function name.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 26 Oct 2019 14:43:23 +0000 (15:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
commitc81b29e0a7b1c0ee0b3299a39dafe480f16159ef
treebe194ed00805908c76603e9797844479586220d2
parentf1b73d2ff308f27a35948360885aa8e227427460
progs/key.c: Use `HASH' rather than `HASHALG' to denote a hash-function name.

I noticed that the synopses were inconsistent between `fingerprint' and
`verify'.  Resolve this in favour of the shorter `HASH', despite the
1--3 minority.  (Note that the manual already uses `hash' consistently.)
progs/key.c