14 lines
523 B
Diff
14 lines
523 B
Diff
$OpenBSD: patch-ext_openssl_extconf_rb,v 1.1 2018/02/23 09:54:25 sthen Exp $
|
|
|
|
Index: ext/openssl/extconf.rb
|
|
--- ext/openssl/extconf.rb.orig
|
|
+++ ext/openssl/extconf.rb
|
|
@@ -134,6 +134,7 @@ have_func("HMAC_CTX_free")
|
|
OpenSSL.check_func("RAND_pseudo_bytes", "openssl/rand.h") # deprecated
|
|
have_func("X509_STORE_get_ex_data")
|
|
have_func("X509_STORE_set_ex_data")
|
|
+have_func("X509_STORE_get_ex_new_index")
|
|
have_func("X509_CRL_get0_signature")
|
|
have_func("X509_REQ_get0_signature")
|
|
have_func("X509_REVOKED_get0_serialNumber")
|