Loading configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -1514,7 +1514,8 @@ if test X"$OPT_SSL" != Xno; then RAND_egd \ ENGINE_cleanup \ CRYPTO_cleanup_all_ex_data \ SSL_get_shutdown ) SSL_get_shutdown \ SSLv2_client_method ) dnl Make an attempt to detect if this is actually yassl's headers and dnl OpenSSL emulation layer. We still leave everything else believing Loading lib/ssluse.c +5 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,11 @@ #define HAVE_ERR_REMOVE_THREAD_STATE 1 #endif #ifndef HAVE_SSLV2_CLIENT_METHOD #undef OPENSSL_NO_SSL2 /* undef first to avoid compiler warnings */ #define OPENSSL_NO_SSL2 #endif /* * Number of bytes to read from the random number seed file. This must be * a finite value (because some entropy "files" like /dev/urandom have Loading Loading
configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -1514,7 +1514,8 @@ if test X"$OPT_SSL" != Xno; then RAND_egd \ ENGINE_cleanup \ CRYPTO_cleanup_all_ex_data \ SSL_get_shutdown ) SSL_get_shutdown \ SSLv2_client_method ) dnl Make an attempt to detect if this is actually yassl's headers and dnl OpenSSL emulation layer. We still leave everything else believing Loading
lib/ssluse.c +5 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,11 @@ #define HAVE_ERR_REMOVE_THREAD_STATE 1 #endif #ifndef HAVE_SSLV2_CLIENT_METHOD #undef OPENSSL_NO_SSL2 /* undef first to avoid compiler warnings */ #define OPENSSL_NO_SSL2 #endif /* * Number of bytes to read from the random number seed file. This must be * a finite value (because some entropy "files" like /dev/urandom have Loading