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/trunnel | |
parent | 9ec80909ec7be3d9eea863dfc3f320bfe9072ae8 (diff) | |
download | tor-41640b65735ec6214aa5080c2143b0982a59bb93.tar.gz tor-41640b65735ec6214aa5080c2143b0982a59bb93.zip |
Rename util_malloc to malloc.
Diffstat (limited to 'src/trunnel')
-rw-r--r-- | src/trunnel/trunnel-local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trunnel/trunnel-local.h b/src/trunnel/trunnel-local.h index e81396aeea..c4118fce4c 100644 --- a/src/trunnel/trunnel-local.h +++ b/src/trunnel/trunnel-local.h @@ -3,7 +3,7 @@ #define TRUNNEL_LOCAL_H_INCLUDED #include "lib/crypt_ops/crypto_util.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" #include "lib/log/util_bug.h" #define trunnel_malloc tor_malloc |