From fe86b0f4e7cf9c6f894df3861381f43cbebbe3e2 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 21 Nov 2015 05:01:55 +0000 Subject: * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 is SHA_CTX. http://openssl.org/docs/man0.9.8/crypto/SHA1.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha1/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/digest/sha1/extconf.rb') diff --git a/ext/digest/sha1/extconf.rb b/ext/digest/sha1/extconf.rb index 84690e8ea5..b5c111f36e 100644 --- a/ext/digest/sha1/extconf.rb +++ b/ext/digest/sha1/extconf.rb @@ -9,7 +9,7 @@ $defs << "-DHAVE_CONFIG_H" $objs = [ "sha1init.#{$OBJEXT}" ] -digest_conf("sha1", "sha") +digest_conf("sha1", "sha", "SHA") have_header("sys/cdefs.h") -- cgit v1.2.3