aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorBen Toews <mastahyeti@gmail.com>2018-07-06 09:38:59 -0600
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-10-01 11:25:06 +1300
commit8ed5a079a446bfc60a9a6929e877bb4ac55808b8 (patch)
tree79f7966574ab76d26d986e3037839f1fdbc10812 /ext/openssl/extconf.rb
parenta1c033e8d1cf4730c9e5ba5780b2f1ce43483001 (diff)
downloadruby-openssl-8ed5a079a446bfc60a9a6929e877bb4ac55808b8.tar.gz
ts: fix for libressl
- define missing TS_RESP_CTX_set_time_cb - handle alternate case for nil oid
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 6323174f..01ca8266 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -171,6 +171,7 @@ have_func("TS_STATUS_INFO_get0_failure_info")
have_func("TS_VERIFY_CTS_set_certs")
have_func("TS_VERIFY_CTX_set_store")
have_func("TS_VERIFY_CTX_add_flags")
+have_func("TS_RESP_CTX_set_time_cb")
have_func("EVP_PBE_scrypt")
have_func("SSL_CTX_set_post_handshake_auth")
have_header("openssl/ts.h")