Skip to content

Commit 4e5d926

Browse files
committed
fixup! ssl: rework SSLContext#ssl_version=
1 parent ae15316 commit 4e5d926

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/openssl/extconf.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ def find_openssl_library
104104

105105
Logging::message "=== Checking for OpenSSL features... ===\n"
106106
# 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")
112107
have_func("RAND_egd")
113108
engines = %w{builtin_engines openbsd_dev_crypto dynamic 4758cca aep atalla chil
114109
cswift nuron sureware ubsec padlock capi gmp gost cryptodev aesni}

0 commit comments

Comments
 (0)