Add a pointer to a paper (is the algorithm in section 4.2 the
[oweals/openssl.git] / crypto / mem.c
index a9529ee274efe119044ba791309cc0947eac49b5..67f8d12cc027fa04ab5a5ef15c09cd3aa0f65d03 100644 (file)
@@ -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