]> granicus.if.org Git - curl/commitdiff
openssl: BoringSSL doesn't have CONF_modules_free
authorGisle Vanem <gvanem@yahoo.no>
Mon, 7 Dec 2015 23:43:35 +0000 (18:43 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 7 Dec 2015 23:47:26 +0000 (18:47 -0500)
lib/vtls/openssl.c

index b2520e83dc95f46a8d96c3f4a249fa3fcfe07207..551c2a88d7cdb89a2a99e972374752b88f5c9f48 100644 (file)
 #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)