We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae15316 commit 4e5d926Copy full SHA for 4e5d926
ext/openssl/extconf.rb
@@ -104,11 +104,6 @@ def find_openssl_library
104
105
Logging::message "=== Checking for OpenSSL features... ===\n"
106
# compile options
107
-
108
-# SSLv2 and SSLv3 may be removed in future versions of OpenSSL, and even macros
109
-# like OPENSSL_NO_SSL2 may not be defined.
110
-have_func("SSLv2_method")
111
-have_func("SSLv3_method")
112
have_func("RAND_egd")
113
engines = %w{builtin_engines openbsd_dev_crypto dynamic 4758cca aep atalla chil
114
cswift nuron sureware ubsec padlock capi gmp gost cryptodev aesni}
0 commit comments