1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
Dmitry Petrashko 2019-05-29 14:16:06 -07:00 committed by Hiroshi SHIBATA
parent 0f601df22c
commit b6cfacc85d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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>