summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-05-28 03:02:23 +0200
committerGravatar Nikias Bassen2021-05-28 03:02:23 +0200
commite18af8e80d71bd0f87915e64be66071d0379be38 (patch)
tree8ca2bf2282293547d1fe7f40410589c353b3de1a /configure.ac
parentab6592861713fcae4d3c3d831ae75394e6262582 (diff)
downloadidevicerestore-e18af8e80d71bd0f87915e64be66071d0379be38.tar.gz
idevicerestore-e18af8e80d71bd0f87915e64be66071d0379be38.tar.bz2
Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)