[svn] GnuPG - r4614 - branches/STABLE-BRANCH-1-4/g10
svn author dshaw
cvs at cvs.gnupg.org
Sat Oct 27 22:00:29 CEST 2007
Author: dshaw
Date: 2007-10-27 22:00:20 +0200 (Sat, 27 Oct 2007)
New Revision: 4614
Modified:
branches/STABLE-BRANCH-1-4/g10/ChangeLog
branches/STABLE-BRANCH-1-4/g10/parse-packet.c
Log:
* parse-packet.c (parse_onepass_sig): Sigclass is hex, so include the
0x.
Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-10-27 19:40:13 UTC (rev 4613)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog 2007-10-27 20:00:20 UTC (rev 4614)
@@ -1,5 +1,8 @@
2007-10-27 David Shaw <dshaw at jabberwocky.com>
+ * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include
+ the 0x.
+
* keyserver.c (keyserver_spawn): Cosmetic, but looks cleaner.
2007-10-23 Werner Koch <wk at g10code.com>
Modified: branches/STABLE-BRANCH-1-4/g10/parse-packet.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/parse-packet.c 2007-10-27 19:40:13 UTC (rev 4613)
+++ branches/STABLE-BRANCH-1-4/g10/parse-packet.c 2007-10-27 20:00:20 UTC (rev 4614)
@@ -1539,7 +1539,7 @@
ops->last = iobuf_get_noeof(inp); pktlen--;
if( list_mode )
fprintf (listfp, ":onepass_sig packet: keyid %08lX%08lX\n"
- "\tversion %d, sigclass %02x, digest %d, pubkey %d, last=%d\n",
+ "\tversion %d, sigclass 0x%02x, digest %d, pubkey %d, last=%d\n",
(ulong)ops->keyid[0], (ulong)ops->keyid[1],
version, ops->sig_class,
ops->digest_algo, ops->pubkey_algo, ops->last );
More information about the Gnupg-commits
mailing list