diff options
author | Werner Koch <wk@gnupg.org> | 2019-11-28 12:02:41 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-11-28 12:05:32 +0100 |
commit | d2ff62dbdf891319e6db5850c6077c85e5eb784e (patch) | |
tree | 7304d8ffe1dfef9f013bc662babcffcc7428fc63 /g10/gpg.h | |
parent | gpg: Implement insert, update, and delete via keyboxd. (diff) | |
download | gnupg2-d2ff62dbdf891319e6db5850c6077c85e5eb784e.tar.xz gnupg2-d2ff62dbdf891319e6db5850c6077c85e5eb784e.zip |
gpg: Change the way v5 fingerprints are printed.
* g10/gpg.h (MAX_FORMATTED_FINGERPRINT_LEN): Increase by one.
* g10/keyid.c (format_hexfingerprint): Change v5 key formatting.
--
The new format are groups of 5 letters to resemble the CW speed
measurement rules. Many hams are used to such blocks from their CW
lessons. Note that there is no double blank in the middle as with the
v4 keys.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ /* The maximum length of a formatted fingerprint as returned by * format_hexfingerprint(). */ -#define MAX_FORMATTED_FINGERPRINT_LEN 59 +#define MAX_FORMATTED_FINGERPRINT_LEN 60 /* |