Skip to content

Commit

Permalink
fixup! ssl: rework SSLContext#ssl_version=
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Sep 1, 2017
1 parent ae15316 commit 4e5d926
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext/openssl/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ def find_openssl_library

Logging::message "=== Checking for OpenSSL features... ===\n"
# compile options

# SSLv2 and SSLv3 may be removed in future versions of OpenSSL, and even macros
# like OPENSSL_NO_SSL2 may not be defined.
have_func("SSLv2_method")
have_func("SSLv3_method")
have_func("RAND_egd")
engines = %w{builtin_engines openbsd_dev_crypto dynamic 4758cca aep atalla chil
cswift nuron sureware ubsec padlock capi gmp gost cryptodev aesni}
Expand Down

0 comments on commit 4e5d926

Please sign in to comment.