From a7c5241f5f23bf8eeb41efd7f4932f9e1359a38d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 19 Dec 1999 21:35:29 +0000 Subject: Late break-in patch for MacOS support. --- crypto/mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/mem.c') diff --git a/crypto/mem.c b/crypto/mem.c index a9529ee274..67f8d12cc0 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -93,7 +93,7 @@ static void (*free_func)(void *) = free; static void (*realloc_debug_func)()= NULL; static void (*free_debug_func)()= NULL; static void (*set_debug_options_func)()= NULL; - static int (*get_debug_options_func)()= NULL; + static long (*get_debug_options_func)()= NULL; #endif -- cgit v1.2.3