diff options
author | Andrey Jivsov <[email protected]> | 2011-01-06 23:44:01 +0000 |
---|---|---|
committer | Andrey Jivsov <[email protected]> | 2011-01-06 23:44:01 +0000 |
commit | ded546b4b5cc2caafa654d94ac8f69a23960427e (patch) | |
tree | 0671667ec43ff7fcd09fd50a0034dff8d236276f /g10/parse-packet.c | |
parent | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . (diff) | |
download | gnupg-ded546b4b5cc2caafa654d94ac8f69a23960427e.tar.gz gnupg-ded546b4b5cc2caafa654d94ac8f69a23960427e.zip |
Milestone: Data signing/verification and key signing/verification work with ECDSA.
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 42d680ac5..d43ab2cba 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -967,7 +967,7 @@ parse_pubkeyenc (IOBUF inp, int pkttype, unsigned long pktlen, es_fprintf (listfp, "\tdata: "); mpi_print(listfp, k->data[0], mpi_print_mode ); es_putc ('\n', listfp); - es_fprintf (listfp, "\tdata: [% 3d bytes] ", encr_buf[0]); + es_fprintf (listfp, "\tdata: [% 3d bytes] ", encr_buf[0]+1); mpi_print(listfp, k->data[1], mpi_print_mode ); es_putc ('\n', listfp); } |