From 9d2196fd9548991d2cfad4916422bc9bfe12cee0 Mon Sep 17 00:00:00 2001 From: rhe Date: Mon, 6 Jun 2016 01:40:27 +0000 Subject: openssl: fix compile on VC * ext/openssl/openssl_missing.h: Include ruby/config.h. r55285 added some inline functions but VC does not recognize 'inline' keyword. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/openssl_missing.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/openssl') diff --git a/ext/openssl/openssl_missing.h b/ext/openssl/openssl_missing.h index e418c50584..67df70a5e2 100644 --- a/ext/openssl/openssl_missing.h +++ b/ext/openssl/openssl_missing.h @@ -10,6 +10,8 @@ #if !defined(_OSSL_OPENSSL_MISSING_H_) #define _OSSL_OPENSSL_MISSING_H_ +#include "ruby/config.h" + /* added in 0.9.8X */ #if !defined(HAVE_EVP_CIPHER_CTX_NEW) EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void); -- cgit v1.2.3