Followup on RT3334 fix: make sure that a directory that's the empty
[openssl.git] / crypto / mem.c
index 21c0011380830d647571a148707d16660d435354..1cc62eafd1221387fb000118d12449c2938a380a 100644 (file)
@@ -121,10 +121,10 @@ static void (*set_debug_options_func)(long) = NULL;
 static long (*get_debug_options_func)(void) = NULL;
 #endif
 
-
 int CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t),
        void (*f)(void *))
        {
+       /* Dummy call just to ensure OPENSSL_init() gets linked in */
        OPENSSL_init();
        if (!allow_customize)
                return 0;