From 0c71619f8a9c53fafaf876458bd183cc087f8ebc Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 11 Oct 2021 15:04:22 -0400 Subject: [PATCH] configure: Remove unused OpenSSL SRTP check. Discovered while looking at ASTERISK~29684. Usage was removed in change I3c77c7b00b2ffa2e935632097fa057b9fdf480c0. Change-Id: Iaf2f7a16ea5a7eee6375319347e4b40b8e7b10e3 --- configure | 16 ---------------- configure.ac | 1 - include/asterisk/autoconfig.h.in | 3 --- 3 files changed, 20 deletions(-) diff --git a/configure b/configure index 3ddc925db7..8b66467577 100755 --- a/configure +++ b/configure @@ -1149,10 +1149,6 @@ PBX_OPENSSL_BIO_METHOD OPENSSL_BIO_METHOD_DIR OPENSSL_BIO_METHOD_INCLUDE OPENSSL_BIO_METHOD_LIB -PBX_OPENSSL_SRTP -OPENSSL_SRTP_DIR -OPENSSL_SRTP_INCLUDE -OPENSSL_SRTP_LIB PBX_CRYPTO CRYPTO_DIR CRYPTO_INCLUDE @@ -9681,18 +9677,6 @@ fi -OPENSSL_SRTP_DESCRIP="OpenSSL SRTP Extension Support" -OPENSSL_SRTP_OPTION=crypto -OPENSSL_SRTP_DIR=${CRYPTO_DIR} - -PBX_OPENSSL_SRTP=0 - - - - - - - OPENSSL_BIO_METHOD_DESCRIP="OpenSSL BIO Method Support" OPENSSL_BIO_METHOD_OPTION=crypto OPENSSL_BIO_METHOD_DIR=${CRYPTO_DIR} diff --git a/configure.ac b/configure.ac index 0bd1c505f1..67c5f905f4 100644 --- a/configure.ac +++ b/configure.ac @@ -483,7 +483,6 @@ AST_EXT_LIB_SETUP([COROSYNC], [Corosync], [cpg]) AST_EXT_LIB_SETUP_OPTIONAL([COROSYNC_CFG_STATE_TRACK], [A callback only in corosync 1.x], [COROSYNC], [cfg]) AST_EXT_LIB_SETUP([CRYPT], [password and data encryption], [crypt]) AST_EXT_LIB_SETUP([CRYPTO], [OpenSSL Cryptography], [crypto]) -AST_EXT_LIB_SETUP_OPTIONAL([OPENSSL_SRTP], [OpenSSL SRTP Extension Support], [CRYPTO], [crypto]) AST_EXT_LIB_SETUP_OPTIONAL([OPENSSL_BIO_METHOD], [OpenSSL BIO Method Support], [CRYPTO], [crypto]) AST_EXT_LIB_SETUP([DAHDI], [DAHDI], [dahdi]) AST_EXT_LIB_SETUP([FFMPEG], [Ffmpeg and avcodec], [avcodec]) diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index bdb3e5099b..f3d70f4502 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -591,9 +591,6 @@ /* Define to 1 if CRYPTO has the OpenSSL BIO Method Support feature. */ #undef HAVE_OPENSSL_BIO_METHOD -/* Define to 1 if CRYPTO has the OpenSSL SRTP Extension Support feature. */ -#undef HAVE_OPENSSL_SRTP - /* Define to 1 if you have the Opus library. */ #undef HAVE_OPUS -- 2.47.2