diff options
author | jsing <> | 2014-04-20 14:32:19 +0000 |
---|---|---|
committer | jsing <> | 2014-04-20 14:32:19 +0000 |
commit | e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c (patch) | |
tree | fab20b775c31a23956dbbb4a4fb4aa288ee27a94 /src/lib/libcrypto/malloc-wrapper.c | |
parent | f3c3afa642d281b9472832f33041f3dc51156597 (diff) | |
download | openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.tar.gz openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.tar.bz2 openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.zip |
More KNF.
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 | ||