]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update include in tor-print-ed-signing-cert
authorNick Mathewson <nickm@torproject.org>
Mon, 30 Jul 2018 12:57:18 +0000 (08:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 30 Jul 2018 12:57:18 +0000 (08:57 -0400)
src/tools/tor-print-ed-signing-cert.c

index bb90e79457f400bba6eb51e850104a49ad19ffc0..ca53e34d5de5fb254d2f50c21000ca1bf0a11194 100644 (file)
@@ -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;
 }
-