diff options
author | David Shaw <[email protected]> | 2007-03-10 02:05:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2007-03-10 02:05:54 +0000 |
commit | dd38a04f16bb247af9988c39e7628e4a8cd01530 (patch) | |
tree | e28039f927010eed14e1234a2af8bc8d5c21a245 /g10/parse-packet.c | |
parent | Add new logo. (diff) | |
download | gnupg-dd38a04f16bb247af9988c39e7628e4a8cd01530.tar.gz gnupg-dd38a04f16bb247af9988c39e7628e4a8cd01530.zip |
From STABLE-BRANCH-1-4
* parse-packet.c (parse_signature): It's hex.
* getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a
backsig when list mode is on. Noted by Timo Schulz.
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 243523df6..5d5d14a56 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -1474,7 +1474,7 @@ parse_signature( IOBUF inp, int pkttype, unsigned long pktlen, if( list_mode ) { fprintf (listfp, ":signature packet: algo %d, keyid %08lX%08lX\n" - "\tversion %d, created %lu, md5len %d, sigclass %02x\n" + "\tversion %d, created %lu, md5len %d, sigclass 0x%02x\n" "\tdigest algo %d, begin of digest %02x %02x\n", sig->pubkey_algo, (ulong)sig->keyid[0], (ulong)sig->keyid[1], |