Browse Source

Update include in tor-print-ed-signing-cert

Nick Mathewson 5 years ago
parent
commit
49d8a2109f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/tools/tor-print-ed-signing-cert.c

+ 1 - 2
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;
 }
-