diff options
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 4a9ae5598d..f8be3e9e03 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -142,7 +142,7 @@ have_func("EVP_MD_CTX_free", evp_h) have_func("EVP_MD_CTX_pkey_ctx", evp_h) have_func("X509_STORE_get_ex_data", x509_h) have_func("X509_STORE_set_ex_data", x509_h) -have_func("X509_STORE_get_ex_new_index", x509_h) +have_func("X509_STORE_get_ex_new_index(0, NULL, NULL, NULL, NULL)", x509_h) have_func("X509_CRL_get0_signature", x509_h) have_func("X509_REQ_get0_signature", x509_h) have_func("X509_REVOKED_get0_serialNumber", x509_h) |