X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fmem.c;h=67f8d12cc027fa04ab5a5ef15c09cd3aa0f65d03;hb=b25c8db87245e00cf3749067503a08c0ed3b769a;hp=a9529ee274efe119044ba791309cc0947eac49b5;hpb=0cd08cce17f665fe57b650d0d2f983f41c84b273;p=oweals%2Fopenssl.git 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