From 212ff6fc2dfa8758656c30a802efa46d68d32c6d Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 4 Mar 2021 09:56:43 +0800 Subject: [PATCH] Never force to openssl-1.0 for asm and srtp-asm, because openssl-1.1+libsrtp-2.3 is ok now --- trunk/auto/options.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 284965715..800b1e424 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -513,12 +513,6 @@ function apply_detail_options() { echo "Disable SRTP-ASM, because NASM is disabled." SRS_SRTP_ASM=NO fi - - # Which openssl we choose, openssl-1.0.* for SRTP with ASM, others we use openssl-1.1.* - if [[ $SRS_SRTP_ASM == YES && $SRS_SSL_1_0 == NO ]]; then - echo "Use openssl-1.0 for SRTP-ASM." - SRS_SSL_1_0=YES - fi } apply_detail_options