From 235ddb15a0f9fc322002ba39e8900634316dc333 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 27 Jun 2018 15:59:07 -0400 Subject: Move util_format into a new libtor-encoding library libtor-encoding is about various ways to transform data to and from character sequences. --- src/tools/tor-gencert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/tor-gencert.c') diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index f65a0e250d..2fda1cd8f8 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -42,7 +42,7 @@ ENABLE_GCC_WARNING(redundant-decls) #include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_util.h" #include "lib/net/address.h" -#include "common/util_format.h" +#include "lib/encoding/binascii.h" #define IDENTITY_KEY_BITS 3072 #define SIGNING_KEY_BITS 2048 -- cgit v1.2.3-54-g00ecf