Never force to openssl-1.0 for asm and srtp-asm, because openssl-1.1+libsrtp-2.3 is ok now

pull/2257/head
winlin 4 years ago
parent 868899165f
commit 212ff6fc2d

@ -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

Loading…
Cancel
Save