diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1e4aee48..2182c497d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |