diff options
Diffstat (limited to 'openssl/crypto/mem.c')
-rw-r--r-- | openssl/crypto/mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/mem.c b/openssl/crypto/mem.c index 21c001138..1cc62eafd 100644 --- a/openssl/crypto/mem.c +++ b/openssl/crypto/mem.c @@ -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; |