kea/kea-openssl-version.patch

14 lines
477 B
Diff
Raw Permalink Normal View History

2019-07-30 15:09:30 +00:00
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4
2022-02-07 10:13:52 +00:00
index e1b43f8..a3a2c84 100644
2019-07-30 15:09:30 +00:00
--- a/m4macros/ax_crypto.m4
+++ b/m4macros/ax_crypto.m4
2022-02-07 10:13:52 +00:00
@@ -258,7 +258,7 @@ then
2019-07-30 15:09:30 +00:00
else
CRYPTO_NAME="OpenSSL"
DISABLED_CRYPTO="Botan"
- CRYPTO_PACKAGE="openssl-1.1.0"
+ CRYPTO_PACKAGE="openssl"
2022-02-07 10:13:52 +00:00
DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-openssl=${use_openssl}"
2019-07-30 15:09:30 +00:00
AC_DEFINE_UNQUOTED([WITH_OPENSSL], [], [Compile with OpenSSL crypto])
AC_MSG_CHECKING(for OpenSSL library)