aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-20 17:13:41 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-27 23:07:41 +0900
commit94cdf4aa2f4aa0dcacaca5127b4c8beb009d9e9f (patch)
treefcbfb0a585b42f059ca1cd1ef0621a6f5a8c2e5c /ext/openssl/extconf.rb
parent578935718790e8137dd3afd5c5b10c23bbeec51f (diff)
downloadruby-94cdf4aa2f4aa0dcacaca5127b4c8beb009d9e9f.tar.gz
ext/openssl: OCSP_SINGLERESP and OCSP_CERTID are also made opaque
Diffstat (limited to 'ext/openssl/extconf.rb')
-rw-r--r--ext/openssl/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index acfc09d376..3dc53a63b6 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -104,6 +104,7 @@ have_func("HMAC_CTX_reset")
have_func("RAND_pseudo_bytes", ["openssl/rand.h"], "-Werror=deprecated-declarations")
have_func("X509_STORE_get_ex_data")
have_func("X509_STORE_set_ex_data")
+have_func("OCSP_SINGLERESP_get0_id")
have_struct_member("X509_ATTRIBUTE", "single", "openssl/x509.h")
Logging::message "=== Checking done. ===\n"