commit 49d8a2109f93c0675e9c74630b8d41e9d25d1b5e
parent ff593ae8781941bfe035d43ded5c18eb772ac486
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 30 Jul 2018 08:57:18 -0400
Update include in tor-print-ed-signing-cert
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/tools/tor-print-ed-signing-cert.c b/src/tools/tor-print-ed-signing-cert.c
@@ -8,7 +8,7 @@
#include "ed25519_cert.h"
#include "lib/crypt_ops/crypto_format.h"
-#include "lib/malloc/util_malloc.h"
+#include "lib/malloc/malloc.h"
int
main(int argc, char **argv)
@@ -62,4 +62,3 @@ main(int argc, char **argv)
return 0;
}
-