From e18af8e80d71bd0f87915e64be66071d0379be38 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 28 May 2021 03:02:23 +0200 Subject: Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2838ef8..2e12bae 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ fi AC_SUBST(openssl_CFLAGS) AC_SUBST(openssl_LIBS) -AM_CONDITIONAL(USE_INTERNAL_SHA1, test x$use_openssl != xyes) +AM_CONDITIONAL(USE_INTERNAL_SHA, test x$use_openssl != xyes) AC_SUBST(GLOBAL_CFLAGS) AC_SUBST(AC_LDFLAGS) -- cgit v1.1-32-gdbae