From 41fa4bd7151f0a3c713d2bb3f4c08d2e8099b294 Mon Sep 17 00:00:00 2001 From: emboss Date: Sat, 26 Nov 2011 01:49:36 +0000 Subject: * ext/openssl/extconf.rb: remove checks for available functions. * ext/openssl/missing.h: ditto. Thanks, Tim Mooney for reporting this! [Bug #5432] [ruby-core:40088] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/openssl/extconf.rb') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index a7872e19a2..3cea2ded7b 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -65,8 +65,6 @@ unless have_header("openssl/conf_api.h") exit 1 end -%w"rb_str_set_len rb_block_call".each {|func| have_func(func, "ruby.h")} - message "=== Checking for OpenSSL features... ===\n" have_func("ERR_peek_last_error") have_func("ASN1_put_eoc") -- cgit v1.2.3