summaryrefslogtreecommitdiffstats
path: root/3rd_party/libsrp6a-sha512/Makefile.am
diff options
context:
space:
mode:
authorGravatar Kabir Oberai2022-09-04 16:03:16 -0400
committerGravatar Kabir Oberai2022-09-04 16:03:16 -0400
commit377dda29ea0b5d28ff59c23be2a2a380fd6630ba (patch)
tree856dd9bf99007284d49b77ebdd99b729e570e657 /3rd_party/libsrp6a-sha512/Makefile.am
parentfe827270782870ec05af0db574017fde1bd6a99b (diff)
downloadlibimobiledevice-377dda29ea0b5d28ff59c23be2a2a380fd6630ba.tar.gz
libimobiledevice-377dda29ea0b5d28ff59c23be2a2a380fd6630ba.tar.bz2
Support OpenSSL built without OPENSSL_ENGINE
Diffstat (limited to '3rd_party/libsrp6a-sha512/Makefile.am')
-rw-r--r--3rd_party/libsrp6a-sha512/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/libsrp6a-sha512/Makefile.am b/3rd_party/libsrp6a-sha512/Makefile.am
index 8c6e2f5..d304585 100644
--- a/3rd_party/libsrp6a-sha512/Makefile.am
+++ b/3rd_party/libsrp6a-sha512/Makefile.am
@@ -9,7 +9,7 @@ include_HEADERS = srp.h srp_aux.h cstr.h
AM_CFLAGS = -DHAVE_CONFIG_H
if HAVE_OPENSSL
-AM_CFLAGS += -DOPENSSL=1 -DOPENSSL_ENGINE=1 $(openssl_CFLAGS)
+AM_CFLAGS += -DOPENSSL=1 $(openssl_CFLAGS)
else
if HAVE_GCRYPT
AM_CFLAGS += -DGCRYPT=1 $(libgcrypt_CFLAGS)