aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-20 18:02:58 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-27 23:07:41 +0900
commit1cf43c17514c79b28571d649387c17e4e3dd2810 (patch)
treef90dfe260b2a33a3ee5434f1a22296e5331d92c3 /ext/openssl/extconf.rb
parent91661b39556bc814e47a53d870ec3eb00f1e1942 (diff)
downloadruby-1cf43c17514c79b28571d649387c17e4e3dd2810.tar.gz
ext/openssl: use *_up_ref() functions
Diffstat (limited to 'ext/openssl/extconf.rb')
-rw-r--r--ext/openssl/extconf.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index 2cdbc0396d..fa89bbcca9 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -110,6 +110,11 @@ have_func("RAND_pseudo_bytes", ["openssl/rand.h"], "-Werror=deprecated-declarati
have_func("X509_STORE_get_ex_data")
have_func("X509_STORE_set_ex_data")
have_func("OCSP_SINGLERESP_get0_id")
+have_func("X509_up_ref")
+have_func("X509_CRL_up_ref")
+have_func("X509_STORE_up_ref")
+have_func("SSL_SESSION_up_ref")
+have_func("EVP_PKEY_up_ref")
have_struct_member("X509_ATTRIBUTE", "single", "openssl/x509.h")
Logging::message "=== Checking done. ===\n"