提交 f5d97098 编写于 作者: K Kurt Roeckx

Also change the non-debug versions to use size_t

Reviewed-by: NRichard Levitte <levitte@openssl.org>
MR: #1518
上级 679d8751
......@@ -120,8 +120,8 @@ static long (*get_debug_options_func) (void) = CRYPTO_dbg_get_options;
* applications can use CRYPTO_malloc_debug_init() to select above case at
* run-time
*/
static void (*malloc_debug_func) (void *, int, const char *, int, int) = NULL;
static void (*realloc_debug_func) (void *, void *, int, const char *, int,
static void (*malloc_debug_func) (void *, size_t, const char *, int, int) = NULL;
static void (*realloc_debug_func) (void *, void *, size_t, const char *, int,
int)
= NULL;
static void (*free_debug_func) (void *, int) = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册