From c964c738be8b5ad7b317918e8a89f7154666e565 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 21 Nov 2015 04:06:43 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ ext/openssl/ossl.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 01e5decaaa..9b968bf0e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 21 13:05:16 2015 NARUSE, Yui + + * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h. + Sat Nov 21 09:18:10 2015 Koichi Sasada * thread_sync.c: reduce the specification of Queue#close. diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index eca0ef9448..3be01b0cb6 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -44,7 +44,7 @@ extern "C" { # define assert(condition) #endif -#if defined(_WIN32) +#if defined(_WIN32) && !defined(LIBRESSL_VERSION_NUMBER) # include # define OSSL_NO_CONF_API 1 # if !defined(OPENSSL_SYS_WIN32)