From 93e1583d735bac916ac815ee2737a9596dccad0f Mon Sep 17 00:00:00 2001 From: emboss Date: Sun, 26 Jun 2011 01:32:03 +0000 Subject: * ext/openssl/extconf.rb * ext/openssl/ossl_missing.h/.c: add ASN1_put_eoc if missing. * ext/openssl/ossl_asn1.c: introduce ossl_asn1_object_size and ossl_asn1_put_object to wrap functionality depending on OpenSSL version in use. Fixes [ Ruby 1.9 - Bug #4916 ] reported by Hiroshi Nakamura. [ruby-core:37286] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/openssl/extconf.rb') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index d38af40b36..920caa641d 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -66,6 +66,7 @@ end message "=== Checking for OpenSSL features... ===\n" have_func("ERR_peek_last_error") +have_func("ASN1_put_eoc") have_func("BN_mod_add") have_func("BN_mod_sqr") have_func("BN_mod_sub") -- cgit v1.2.3