summaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authornahi <nahi@ruby-lang.org>2011-06-23 13:51:55 +0000
committernahi <nahi@ruby-lang.org>2011-06-23 13:51:55 +0000
commitbf51538e05190478fc01ec69c8fc54c00f53d4b5 (patch)
tree56aee0a31ed67f0b609e3e587bc167394e418a16 /ext/openssl/extconf.rb
parent130ea7cc2794b8993772c9f72c4d639d25a85742 (diff)
downloadruby-openssl-history-bf51538e05190478fc01ec69c8fc54c00f53d4b5.tar.gz
* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper
for X509_NAME_hash_old in OpenSSL 1.0.0. See #4805 * test/openssl/test_x509name.rb (test_hash): Make test pass with OpenSSL 1.0.0. * NEWS: Add it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 1bd5a07..d38af40 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -94,6 +94,7 @@ have_func("X509_CRL_add0_revoked")
have_func("X509_CRL_set_issuer_name")
have_func("X509_CRL_set_version")
have_func("X509_CRL_sort")
+have_func("X509_NAME_hash_old")
have_func("X509_STORE_get_ex_data")
have_func("X509_STORE_set_ex_data")
have_func("OBJ_NAME_do_all_sorted")