diff options
author | Dmitry Petrashko <[email protected]> | 2019-05-29 14:16:06 -0700 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-04 09:25:32 +0900 |
commit | b6cfacc85d7607a86cb22e1f8eb00b82860014fe (patch) | |
tree | 5d3144c02a19f1e83f4d3f14bf1fafc01ef669e0 /ext/openssl/ossl.h | |
parent | 0f601df22c258c568f0c6f8263903eafa14ae238 (diff) |
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/ossl.h')
-rw-r--r-- | ext/openssl/ossl.h | 1 |
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> |