mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:53:33 +03:00
openssl: BoringSSL doesn't have CONF_modules_free
This commit is contained in:
parent
e1b6b2219d
commit
df40b20e44
1 changed files with 2 additions and 1 deletions
|
|
@ -123,8 +123,9 @@
|
||||||
#define NO_RAND_SEED 1
|
#define NO_RAND_SEED 1
|
||||||
/* In BoringSSL OpenSSL_add_all_algorithms does nothing */
|
/* In BoringSSL OpenSSL_add_all_algorithms does nothing */
|
||||||
#define OpenSSL_add_all_algorithms()
|
#define OpenSSL_add_all_algorithms()
|
||||||
/* BoringSSL does not have CONF_modules_load_file */
|
/* BoringSSL does not have CONF_modules_load_file, CONF_modules_free */
|
||||||
#define CONF_modules_load_file(a,b,c)
|
#define CONF_modules_load_file(a,b,c)
|
||||||
|
#define CONF_modules_free()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (OPENSSL_VERSION_NUMBER < 0x0090808fL) || defined(OPENSSL_IS_BORINGSSL)
|
#if (OPENSSL_VERSION_NUMBER < 0x0090808fL) || defined(OPENSSL_IS_BORINGSSL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue