1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-17 16:43:24 +00:00

Fixed regression: SSL_CTX_clear_mode() not available in older OpenSSL versions

This commit is contained in:
Gerhard Rieger 2019-08-31 18:26:41 +02:00
parent 72a137c287
commit cbeb06b19b
5 changed files with 11 additions and 1 deletions

View file

@ -476,6 +476,9 @@
/* Define if you have the OpenSSL ASN1_STRING_get0_data function */
#undef HAVE_ASN1_STRING_get0_data
/* Define if you have the OpenSSL SSL_CTX_clear_mode macro or function */
#undef HAVE_SSL_CTX_clear_mode
/* Define if you have the flock function */
#undef HAVE_FLOCK