1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-11-21 04:06:43 +00:00
parent 628d9057e4
commit c964c738be
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 21 13:05:16 2015 NARUSE, Yui <naruse@ruby-lang.org>
* ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.
Sat Nov 21 09:18:10 2015 Koichi Sasada <ko1@atdot.net>
* thread_sync.c: reduce the specification of Queue#close.

View file

@ -44,7 +44,7 @@ extern "C" {
# define assert(condition)
#endif
#if defined(_WIN32)
#if defined(_WIN32) && !defined(LIBRESSL_VERSION_NUMBER)
# include <openssl/e_os2.h>
# define OSSL_NO_CONF_API 1
# if !defined(OPENSSL_SYS_WIN32)