diff --git a/ChangeLog b/ChangeLog index 732c7956c2..3e85c90222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 22 19:36:51 2015 SHIBATA Hiroshi + + * ext/openssl/ossl.c: fix brew command for installation of openssl. + [ci skip][fix GH-1007] Patch by @arthurnn + Sun Nov 22 17:59:50 2015 Naohisa Goto * configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index 5c14664c38..92b5d1b137 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -566,7 +566,7 @@ static void Init_ossl_locks(void) * * If you use OSX, you should install another openssl and run ```./configure * --with-openssl-dir=/path/to/another-openssl```. For Homebrew user, run `brew - * install openssl` and then ```./configure --with-openssl-dir=`brew prefix + * install openssl` and then ```./configure --with-openssl-dir=`brew --prefix * openssl` ```. * * = Examples