mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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>
This commit is contained in:
parent
7244666926
commit
d2ff62dbdf
3 changed files with 7 additions and 16 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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue