mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add option to print fingerprints in ICAO spelling.
* g10/gpg.c: Add option --with-icao-spelling. * g10/options.h (struct opt): Add with_icao_spelling. * g10/keylist.c (print_icao_hexdigit): New. (print_fingerprint): Print ICAO spelling. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a8116aacd9
commit
ae09515b9d
4 changed files with 45 additions and 0 deletions
|
@ -67,6 +67,7 @@ struct
|
|||
int check_sigs; /* check key signatures */
|
||||
int with_colons;
|
||||
int with_key_data;
|
||||
int with_icao_spelling; /* Print ICAO spelling with fingerprints. */
|
||||
int with_fingerprint; /* Option --with-fingerprint active. */
|
||||
int with_keygrip; /* Option --with-keygrip active. */
|
||||
int with_secret; /* Option --with-secret active. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue