From 94419c16dc6e34875f923bdf1e72c0c926cd5126 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 8 May 2016 14:36:18 +0000 Subject: fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 550d2a794b..054eed0298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ Sun May 8 21:01:14 2016 NARUSE, Yui - * ext/openssl/extconf.rb: asume it doesn't have SSLv2 related + * ext/openssl/extconf.rb: assume it doesn't have SSLv2 related functions when OPENSSL_NO_SSL2 is defined. Usually openssl's header and the library (libssl) have the same set of functions, but on some environment the library has functions - whose headers doesn't declare. (openssl/opensslconf.h and libsso.so + whose headers doesn't declare. (openssl/opensslconf.h and libssl.so aren't be synchronized) To detect such case explicitly check feature macro and remove related functions. -- cgit v1.2.3