--- main/tcptls.c (Asterisk 13.21) +++ main/tcptls.c (working copy) @@ -946 +946 @@ -#if defined(HAVE_SSL_OP_NO_TLSV1_1) && defined(HAVE_SSL_OP_NO_TLSV1_2) +#if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) --- configure.ac (Asterisk 13.21) +++ configure.ac (woking copy) @@ -2446,6 +2445,0 @@ -if test "$PBX_OPENSSL" = "1"; -then - AST_C_DEFINE_CHECK([SSL_OP_NO_TLSV1_1], [SSL_OP_NO_TLSv1_1], [openssl/ssl.h]) - AST_C_DEFINE_CHECK([SSL_OP_NO_TLSV1_2], [SSL_OP_NO_TLSv1_2], [openssl/ssl.h]) -fi -