libgcrypt (ChangeLog configure.ac)
cvs user mo
cvs at cvs.gnupg.org
Mon Apr 11 13:50:25 CEST 2005
Date: Monday, April 11, 2005 @ 14:06:25
Author: mo
Path: /cvs/libgcrypt/libgcrypt
Modified: ChangeLog configure.ac
2005-04-11 Moritz Schulte <moritz at g10code.com>
* configure.ac: Integrate Whirlpool.
--------------+
ChangeLog | 4 ++++
configure.ac | 9 +++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
Index: libgcrypt/ChangeLog
diff -u libgcrypt/ChangeLog:1.165 libgcrypt/ChangeLog:1.166
--- libgcrypt/ChangeLog:1.165 Tue Feb 22 18:54:27 2005
+++ libgcrypt/ChangeLog Mon Apr 11 14:06:25 2005
@@ -1,3 +1,7 @@
+2005-04-11 Moritz Schulte <moritz at g10code.com>
+
+ * configure.ac: Integrate Whirlpool.
+
2005-01-04 Werner Koch <wk at g10code.com>
Updated to automake 1.9.
Index: libgcrypt/configure.ac
diff -u libgcrypt/configure.ac:1.73 libgcrypt/configure.ac:1.74
--- libgcrypt/configure.ac:1.73 Tue Feb 22 18:54:27 2005
+++ libgcrypt/configure.ac Mon Apr 11 14:06:25 2005
@@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
#
# (Process this file with autoconf to produce a configure script.)
-AC_REVISION($Revision: 1.73 $)
+AC_REVISION($Revision: 1.74 $)
AC_PREREQ(2.59)
min_automake_version="1.9.3"
@@ -96,7 +96,7 @@
# Definitions for message digests.
available_digests="crc md4 md5 rmd160 sha1 sha256"
-available_digests_64="sha512 tiger"
+available_digests_64="sha512 tiger whirlpool"
enabled_digests=""
# Definitions for random modules.
@@ -738,6 +738,11 @@
AC_DEFINE_UNQUOTED(USE_TIGER, $found,
[Defined if this module should be included])
+LIST_MEMBER(whirlpool, $enabled_digests)
+test "$found" = "1" && GCRYPT_DIGESTS="$GCRYPT_DIGESTS whirlpool.lo"
+AC_DEFINE_UNQUOTED(USE_WHIRLPOOL, $found,
+ [Defined if this module should be included])
+
# rmd160 and sha1 should be included always.
GCRYPT_DIGESTS="$GCRYPT_DIGESTS rmd160.lo sha1.lo"
AC_DEFINE_UNQUOTED(USE_RMD160, 1, [Defined if this module should be included])
More information about the Gnupg-commits
mailing list