From 41640b65735ec6214aa5080c2143b0982a59bb93 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Jul 2018 15:16:57 -0400 Subject: Rename util_malloc to malloc. --- src/lib/crypt_ops/crypto_digest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/crypt_ops/crypto_digest.h') diff --git a/src/lib/crypt_ops/crypto_digest.h b/src/lib/crypt_ops/crypto_digest.h index 15bc5ad5b9..9facf3b981 100644 --- a/src/lib/crypt_ops/crypto_digest.h +++ b/src/lib/crypt_ops/crypto_digest.h @@ -15,7 +15,7 @@ #include "lib/cc/torint.h" #include "lib/defs/digest_sizes.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" /** Length of a sha1 message digest when encoded in base32 with trailing = * signs removed. */ -- cgit v1.2.3-54-g00ecf