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:
parent
72a137c287
commit
cbeb06b19b
5 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue