14 lines
426 B
Diff
14 lines
426 B
Diff
|
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4
|
||
|
index fe91b1f..0a7cf97 100644
|
||
|
--- a/m4macros/ax_crypto.m4
|
||
|
+++ b/m4macros/ax_crypto.m4
|
||
|
@@ -383,7 +383,7 @@ then
|
||
|
else
|
||
|
CRYPTO_NAME="OpenSSL"
|
||
|
DISABLED_CRYPTO="Botan"
|
||
|
- CRYPTO_PACKAGE="openssl-1.1.0"
|
||
|
+ CRYPTO_PACKAGE="openssl"
|
||
|
AC_DEFINE_UNQUOTED([WITH_OPENSSL], [], [Compile with OpenSSL crypto])
|
||
|
AC_MSG_CHECKING(for OpenSSL library)
|
||
|
# from bind9
|