mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
openssl: fix build with BoringSSL
OPENSSL_load_builtin_modules does not exist in BoringSSL. Regression from cae43a1
This commit is contained in:
parent
4a2398627c
commit
46d0eba2e9
@ -136,6 +136,11 @@
|
|||||||
#define CONF_modules_load_file(a,b,c)
|
#define CONF_modules_load_file(a,b,c)
|
||||||
#endif
|
#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
|
* 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
|
* a finite value (because some entropy "files" like /dev/urandom have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user