|
@@ -61,10 +61,7 @@ static int load_symbols(void *handle) {
|
|
|
/* Some forward-compat is handled in src/compat/openssl.cc. */
|
|
/* Some forward-compat is handled in src/compat/openssl.cc. */
|
|
|
#endif
|
|
#endif
|
|
|
#if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
|
|
#if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
|
|
|
- /* For SSLv23_client_method */
|
|
|
|
|
DLSYM_GLOBAL(handle, TLS_client_method);
|
|
DLSYM_GLOBAL(handle, TLS_client_method);
|
|
|
- /* For SSLv23_method */
|
|
|
|
|
- DLSYM_GLOBAL(handle, TLS_method);
|
|
|
|
|
DLSYM_GLOBAL(handle, SSL_CTX_set_options);
|
|
DLSYM_GLOBAL(handle, SSL_CTX_set_options);
|
|
|
#else
|
|
#else
|
|
|
DLSYM_GLOBAL_FWDCOMPAT(handle, SSLv23_client_method);
|
|
DLSYM_GLOBAL_FWDCOMPAT(handle, SSLv23_client_method);
|