aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2019-05-29 14:16:06 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-04 09:25:32 +0900
commitb6cfacc85d7607a86cb22e1f8eb00b82860014fe (patch)
tree5d3144c02a19f1e83f4d3f14bf1fafc01ef669e0 /ext/openssl
parent0f601df22c258c568f0c6f8263903eafa14ae238 (diff)
downloadruby-b6cfacc85d7607a86cb22e1f8eb00b82860014fe.tar.gz
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
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl.h1
1 files changed, 0 insertions, 1 deletions
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 <openssl/hmac.h>
#include <openssl/rand.h>
#include <openssl/conf.h>
-#include <openssl/conf_api.h>
#include <openssl/crypto.h>
#if !defined(OPENSSL_NO_ENGINE)
# include <openssl/engine.h>