mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02: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>
|
2006-02-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Try linking the UINT64_C test program (rather than
|
* configure.ac: Try linking the UINT64_C test program (rather than
|
||||||
|
@ -842,7 +842,7 @@ if test x"$use_sha512" = xyes \
|
|||||||
use_sha512=no
|
use_sha512=no
|
||||||
fi
|
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])
|
AC_DEFINE(USE_SHA512,1,[Define to include the SHA-384 and SHA-512 digests])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user