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 коммит произвёл Hiroshi SHIBATA
Родитель 0f601df22c
Коммит b6cfacc85d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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