1
0
Fork 0
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:
Gerhard Rieger 2023-04-02 16:40:32 +02:00
parent 4565c8e6ac
commit ffe940041c
5 changed files with 15 additions and 6 deletions

View file

@ -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