mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
tcptls: Repair ./configure --with-ssl=PATH.
SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 got discovered without honoring a PATH. ASTERISK-27865 Change-Id: I8cd358eed7411726d08fa7b01691bef122fbeb71
This commit is contained in:
@@ -913,12 +913,6 @@
|
||||
/* Define to 1 if you have the ISDN SS7 library. */
|
||||
#undef HAVE_SS7
|
||||
|
||||
/* Define if your system has the SSL_OP_NO_TLSV1_1 headers. */
|
||||
#undef HAVE_SSL_OP_NO_TLSV1_1
|
||||
|
||||
/* Define if your system has the SSL_OP_NO_TLSV1_2 headers. */
|
||||
#undef HAVE_SSL_OP_NO_TLSV1_2
|
||||
|
||||
/* Define to 1 if `stat' has the bug that it succeeds when given the
|
||||
zero-length file name argument. */
|
||||
#undef HAVE_STAT_EMPTY_STRING_BUG
|
||||
|
||||
Reference in New Issue
Block a user