mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
Guard OPENSSL_INIT_new() for LibreSSL
This commit is contained in:
parent
4565c8e6ac
commit
ffe940041c
5 changed files with 15 additions and 6 deletions
|
@ -454,7 +454,10 @@
|
|||
#undef HAVE_OPENSSL_INIT_SSL
|
||||
|
||||
/* Define if you have the SSL_library_init function */
|
||||
#undef HAVE_SSL_LIBRARY_INIT
|
||||
#undef HAVE_SSL_library_init
|
||||
|
||||
/* Define if you have the OPENSSL_INIT_new function */
|
||||
#undef HAVE_OPENSSL_INIT_new
|
||||
|
||||
/* Define if you have the SSLv2 client and server method functions. not in new openssl */
|
||||
#undef HAVE_SSLv2_client_method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue