зеркало из https://github.com/github/ruby.git
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:
Родитель
0f601df22c
Коммит
b6cfacc85d
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче