diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:16:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:16:57 -0400 |
commit | 41640b65735ec6214aa5080c2143b0982a59bb93 (patch) | |
tree | b65163e29bd3960342b4977bde86dec4f9ef6b72 /src/test | |
parent | 9ec80909ec7be3d9eea863dfc3f320bfe9072ae8 (diff) | |
download | tor-41640b65735ec6214aa5080c2143b0982a59bb93.tar.gz tor-41640b65735ec6214aa5080c2143b0982a59bb93.zip |
Rename util_malloc to malloc.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-memwipe.c | 2 | ||||
-rw-r--r-- | src/test/test_crypto_openssl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 8a4610e904..c879013ed6 100644 --- a/src/test/test-memwipe.c +++ b/src/test/test-memwipe.c @@ -5,7 +5,7 @@ #include "lib/crypt_ops/crypto_util.h" #include "lib/intmath/cmp.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" #include <string.h> #include <stdio.h> diff --git a/src/test/test_crypto_openssl.c b/src/test/test_crypto_openssl.c index b1a5613eaf..92f9cbab2f 100644 --- a/src/test/test_crypto_openssl.c +++ b/src/test/test_crypto_openssl.c @@ -10,7 +10,7 @@ #include "lib/crypt_ops/compat_openssl.h" #include "lib/crypt_ops/crypto_rand.h" #include "lib/encoding/binascii.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" #include "test/test.h" #include <openssl/evp.h> |