diff options
author | tb <> | 2024-11-06 04:08:26 +0000 |
---|---|---|
committer | tb <> | 2024-11-06 04:08:26 +0000 |
commit | f43847518f7fe0930205f9b6aeb7ea4c6596860b (patch) | |
tree | f22b3160c5e2a762977c4632ca80845064521a25 /src/lib/libcrypto/crypto_memory.c | |
parent | 5737d0f009803326f24baddb5d0ae6495f069273 (diff) | |
download | openbsd-f43847518f7fe0930205f9b6aeb7ea4c6596860b.tar.gz openbsd-f43847518f7fe0930205f9b6aeb7ea4c6596860b.tar.bz2 openbsd-f43847518f7fe0930205f9b6aeb7ea4c6596860b.zip |
Rename malloc-wrapper.c to crypto_memory.c
Apparently it's important that five trivial one-line wrappers remain in a
file with the ISC license. So instead of cleaning the root directory of our
favorite pigsty further by squashing all the useless legacy garbage into a
single file, rename the oddly-named malloc-wrapper.c into crypto_memory.c.
discussed with beck, jsing
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/crypto_memory.c (renamed from src/lib/libcrypto/malloc-wrapper.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/malloc-wrapper.c b/src/lib/libcrypto/crypto_memory.c index 7330903c6c..e294b11fa3 100644 --- a/src/lib/libcrypto/malloc-wrapper.c +++ b/src/lib/libcrypto/crypto_memory.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: malloc-wrapper.c,v 1.11 2024/04/10 14:51:02 beck Exp $ */ | 1 | /* $OpenBSD: crypto_memory.c,v 1.1 2024/11/06 04:08:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Bob Beck | 3 | * Copyright (c) 2014 Bob Beck |
4 | * | 4 | * |