[svn] GnuPG - r4031 - trunk
svn author dshaw
cvs at cvs.gnupg.org
Wed Mar 1 18:05:39 CET 2006
Author: dshaw
Date: 2006-03-01 18:05:38 +0100 (Wed, 01 Mar 2006)
New Revision: 4031
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
* configure.ac: Fix accidental enabling of SHA-384/512. Noted by Nelson
H. F. Beebe.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-03-01 11:05:47 UTC (rev 4030)
+++ trunk/ChangeLog 2006-03-01 17:05:38 UTC (rev 4031)
@@ -1,3 +1,8 @@
+2006-03-01 David Shaw <dshaw at jabberwocky.com>
+
+ * configure.ac: Fix accidental enabling of SHA-384/512. Noted by
+ Nelson H. F. Beebe.
+
2006-02-18 David Shaw <dshaw at jabberwocky.com>
* configure.ac: Try linking the UINT64_C test program (rather than
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-03-01 11:05:47 UTC (rev 4030)
+++ trunk/configure.ac 2006-03-01 17:05:38 UTC (rev 4031)
@@ -842,7 +842,7 @@
use_sha512=no
fi
-if test x"$use_sha512" ; then
+if test x"$use_sha512" = xyes ; then
AC_DEFINE(USE_SHA512,1,[Define to include the SHA-384 and SHA-512 digests])
fi
More information about the Gnupg-commits
mailing list