mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Forgot to sync the CVS. Check in the code again.
This commit is contained in:
parent
5ee4951f28
commit
b79275a66f
5 changed files with 113 additions and 62 deletions
|
@ -1050,6 +1050,7 @@ print_fingerprint (PKT_public_key *pk, PKT_secret_key *sk, int mode )
|
|||
fingerprint_from_pk (pk, array, &n);
|
||||
p = array;
|
||||
if (opt.with_colons && !mode) {
|
||||
fp = mainproc_get_output( );
|
||||
fprintf (fp, "fpr:::::::::");
|
||||
for (i=0; i < n ; i++, p++ )
|
||||
fprintf (fp, "%02X", *p );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue