[git] GnuPG - branch, ECC-INTEGRATION-2-1, updated. gnupg-2.1.0beta1-33-gded546b
by Andrey Jivsov
cvs at cvs.gnupg.org
Fri Jan 7 01:03:57 CET 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, ECC-INTEGRATION-2-1 has been updated
via ded546b4b5cc2caafa654d94ac8f69a23960427e (commit)
from e0972d3d962548972872d889b362560e499340d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ded546b4b5cc2caafa654d94ac8f69a23960427e
Author: Andrey Jivsov <openpgp at brainhub.org>
Date: Thu Jan 6 15:44:01 2011 -0800
Milestone: Data signing/verification and key signing/verification work with ECDSA.
diff --git a/configure.ac b/configure.ac
index 12545e2..575c1ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1466,7 +1466,7 @@ AC_ARG_ENABLE(optimization,
AC_HELP_STRING([--disable-optimization],
[disable compiler optimization]),
[if test $enableval = no ; then
- CFLAGS=`echo $CFLAGS | sed s%-O[[1-9]]%-O0\ %g`
+ CFLAGS=`echo $CFLAGS | sed s/-O[[1-9]]\ /-O0\ /g`
fi])
#
diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 42d680a..d43ab2c 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);
}
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
g10/parse-packet.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list