diff options
Diffstat (limited to 'src/lib/libcrypto/malloc-wrapper.c')
-rw-r--r-- | src/lib/libcrypto/malloc-wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/malloc-wrapper.c b/src/lib/libcrypto/malloc-wrapper.c index c754df40e3..68af818230 100644 --- a/src/lib/libcrypto/malloc-wrapper.c +++ b/src/lib/libcrypto/malloc-wrapper.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: malloc-wrapper.c,v 1.2 2014/04/17 20:44:45 tedu Exp $ */ | 1 | /* $OpenBSD: malloc-wrapper.c,v 1.3 2014/04/20 14:32:19 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Bob Beck | 3 | * Copyright (c) 2014 Bob Beck |
4 | * | 4 | * |
@@ -154,7 +154,7 @@ CRYPTO_realloc(void *ptr, int num, const char *file, int line) | |||
154 | 154 | ||
155 | void * | 155 | void * |
156 | CRYPTO_realloc_clean(void *ptr, int old_len, int num, const char *file, | 156 | CRYPTO_realloc_clean(void *ptr, int old_len, int num, const char *file, |
157 | int line) | 157 | int line) |
158 | { | 158 | { |
159 | void *ret = NULL; | 159 | void *ret = NULL; |
160 | 160 | ||