[Asterisk-code-review] configure: Remove unused OpenSSL SRTP check. (asterisk[master])
Friendly Automation
asteriskteam at digium.com
Fri Oct 15 10:51:06 CDT 2021
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/16605 )
Change subject: configure: Remove unused OpenSSL SRTP check.
......................................................................
configure: Remove unused OpenSSL SRTP check.
Discovered while looking at ASTERISK~29684. Usage was removed in change
I3c77c7b00b2ffa2e935632097fa057b9fdf480c0.
Change-Id: Iaf2f7a16ea5a7eee6375319347e4b40b8e7b10e3
---
M configure
M configure.ac
M include/asterisk/autoconfig.h.in
3 files changed, 0 insertions(+), 20 deletions(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/configure b/configure
index d6ae579..8e60bd4 100755
--- a/configure
+++ b/configure
@@ -1126,10 +1126,6 @@
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
@@ -9598,18 +9594,6 @@
-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 e61a96f..532fbc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -483,7 +483,6 @@
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 776074d..546dc0d 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -576,9 +576,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
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16605
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iaf2f7a16ea5a7eee6375319347e4b40b8e7b10e3
Gerrit-Change-Number: 16605
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211015/e4757e84/attachment.html>
More information about the asterisk-code-review
mailing list