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 c476ed3 commit c525ecaCopy full SHA for c525eca
src/main/c/openssl/extconf.rb
@@ -113,14 +113,7 @@ def find_openssl_library
113
114
Logging::message "=== Checking for OpenSSL features... ===\n"
115
# compile options
116
-
117
-# Ubuntu 16.04 explicitly configures OpenSSL without SSLv2 support as it's
118
-# considered insecure. Therefore, we never define HAVE_SSLV2_METHOD so the
119
-# pre-compiled extension can be used on Ubuntu.
120
-unless RUBY_ENGINE == 'truffleruby'
121
- have_func("SSLv2_method")
122
-end
123
+have_func("RAND_egd")
124
engines = %w{builtin_engines openbsd_dev_crypto dynamic 4758cca aep atalla chil
125
cswift nuron sureware ubsec padlock capi gmp gost cryptodev aesni}
126
engines.each { |name|
0 commit comments