mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
* configure.ac: Fix accidental enabling of SHA-384/512. Noted by Nelson
H. F. Beebe.
This commit is contained in:
parent
4b67ecabcf
commit
2385935afa
@ -1,3 +1,8 @@
|
||||
2006-03-01 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Fix accidental enabling of SHA-384/512. Noted by
|
||||
Nelson H. F. Beebe.
|
||||
|
||||
2006-02-18 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Try linking the UINT64_C test program (rather than
|
||||
|
@ -842,7 +842,7 @@ if test x"$use_sha512" = xyes \
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user