Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656584 | Differences between
and this patch

Collapse All | Expand All

(-)a/ext/openssl/extconf.rb.orig (-1 / +4 lines)
Lines 122-129 OpenSSL.check_func_or_macro("SSL_get_ser Link Here
122
have_func("SSL_is_server")
122
have_func("SSL_is_server")
123
123
124
# added in 1.1.0
124
# added in 1.1.0
125
if !have_struct_member("SSL", "ctx", "openssl/ssl.h") ||
126
    try_static_assert("LIBRESSL_VERSION_NUMBER >= 0x2070000fL", "openssl/opensslv.h")
127
  $defs.push("-DHAVE_OPAQUE_OPENSSL")
128
end
125
have_func("CRYPTO_lock") || $defs.push("-DHAVE_OPENSSL_110_THREADING_API")
129
have_func("CRYPTO_lock") || $defs.push("-DHAVE_OPENSSL_110_THREADING_API")
126
have_struct_member("SSL", "ctx", "openssl/ssl.h") || $defs.push("-DHAVE_OPAQUE_OPENSSL")
127
have_func("BN_GENCB_new")
130
have_func("BN_GENCB_new")
128
have_func("BN_GENCB_free")
131
have_func("BN_GENCB_free")
129
have_func("BN_GENCB_get_arg")
132
have_func("BN_GENCB_get_arg")

Return to bug 656584