fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-05-08 14:36:18 +00:00
parent 93767f7a86
commit 94419c16dc

View File

@ -1,10 +1,10 @@
Sun May 8 21:01:14 2016 NARUSE, Yui <naruse@ruby-lang.org> Sun May 8 21:01:14 2016 NARUSE, Yui <naruse@ruby-lang.org>
* 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. functions when OPENSSL_NO_SSL2 is defined.
Usually openssl's header and the library (libssl) have the same Usually openssl's header and the library (libssl) have the same
set of functions, but on some environment the library has functions 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) aren't be synchronized)
To detect such case explicitly check feature macro and remove To detect such case explicitly check feature macro and remove
related functions. related functions.