openssl: fix build with BoringSSL
OPENSSL_load_builtin_modules does not exist in BoringSSL. Regression
from cae43a1
This commit is contained in:
Родитель
4a2398627c
Коммит
46d0eba2e9
|
@ -136,6 +136,11 @@
|
|||
#define CONF_modules_load_file(a,b,c)
|
||||
#endif
|
||||
|
||||
#ifdef OPENSSL_IS_BORINGSSL
|
||||
/* not present in BoringSSL */
|
||||
#define OPENSSL_load_builtin_modules(x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Number of bytes to read from the random number seed file. This must be
|
||||
* a finite value (because some entropy "files" like /dev/urandom have
|
||||
|
|
Загрузка…
Ссылка в новой задаче