1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-19 17:32:57 +00:00

With OPENSSL_API_COMPAT=0x10000000L the files openssl/dh.h, openssl/bn.h must be included

This commit is contained in:
Gerhard Rieger 2021-01-03 07:43:00 +01:00
parent 9209312c3c
commit b7a277472b
7 changed files with 49 additions and 10 deletions

View file

@ -447,6 +447,12 @@
# define HAVE_TERMIOS_SPEED 1
#endif
/* Define if you have the OPENSSL_init_ssl function */
#undef HAVE_OPENSSL_init_ssl
/* Define if you have the SSL_library_init function */
#undef HAVE_SSL_library_init
/* Define if you have the SSLv2 client and server method functions. not in new openssl */
#undef HAVE_SSLv2_client_method
#undef HAVE_SSLv2_server_method