diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-08 14:36:18 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-08 14:36:18 +0000 |
commit | 94419c16dc6e34875f923bdf1e72c0c926cd5126 (patch) | |
tree | 359a33ad604835a9fe499c35191e433ca69b60f2 | |
parent | 93767f7a86eeff5af82e1650e2ea8fb02e2c0a11 (diff) |
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ Sun May 8 21:01:14 2016 NARUSE, Yui <[email protected]> - * 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. |