summaryrefslogtreecommitdiffstats
path: root/g10/gpg.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-11-28 12:02:41 +0100
committerWerner Koch <wk@gnupg.org>2019-11-28 12:05:32 +0100
commitd2ff62dbdf891319e6db5850c6077c85e5eb784e (patch)
tree7304d8ffe1dfef9f013bc662babcffcc7428fc63 /g10/gpg.h
parentgpg: Implement insert, update, and delete via keyboxd. (diff)
downloadgnupg2-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.h b/g10/gpg.h
index adb919d7d..d4e66e72d 100644
--- a/g10/gpg.h
+++ b/g10/gpg.h
@@ -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
/*