1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

openssl: fix build with BoringSSL

OPENSSL_load_builtin_modules does not exist in BoringSSL. Regression
from cae43a1
This commit is contained in:
Daniel Stenberg 2015-06-18 00:06:46 +02:00
parent 4a2398627c
commit 46d0eba2e9

View File

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