From b6cfacc85d7607a86cb22e1f8eb00b82860014fe Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 29 May 2019 14:16:06 -0700 Subject: [PATCH] Remove dependency on `openssl/conf_api.h` None of the functions defined in this header are actually used in Ruby. Fixes build against boringssl that does not have this file. Closes: https://github.com/ruby/ruby/pull/2210 --- ext/openssl/ossl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index 39699bd5e6..6af7ddd7d0 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #if !defined(OPENSSL_NO_ENGINE) # include