mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
configure: Remove unused OpenSSL SRTP check.
Discovered while looking at ASTERISK~29684. Usage was removed in change I3c77c7b00b2ffa2e935632097fa057b9fdf480c0. Change-Id: Iaf2f7a16ea5a7eee6375319347e4b40b8e7b10e3
This commit is contained in:
committed by
Friendly Automation
parent
072f2ebb12
commit
44fd75fae2
16
configure
vendored
16
configure
vendored
@@ -1126,10 +1126,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
|
||||
@@ -9598,18 +9594,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}
|
||||
|
Reference in New Issue
Block a user