diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/openssl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index b2520e83d..551c2a88d 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -123,8 +123,9 @@ #define NO_RAND_SEED 1 /* In BoringSSL OpenSSL_add_all_algorithms does nothing */ #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_free() #endif #if (OPENSSL_VERSION_NUMBER < 0x0090808fL) || defined(OPENSSL_IS_BORINGSSL) |