summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 15:59:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 16:18:42 -0400
commit235ddb15a0f9fc322002ba39e8900634316dc333 (patch)
tree8b18c9ff270a8f2413cab4fa9408b60dade0baf0 /src/tools
parent3cff3e825a1478fc3350bbca16f091b8f635f921 (diff)
downloadtor-235ddb15a0f9fc322002ba39e8900634316dc333.tar.gz
tor-235ddb15a0f9fc322002ba39e8900634316dc333.zip
Move util_format into a new libtor-encoding library
libtor-encoding is about various ways to transform data to and from character sequences.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tor-gencert.c2
1 files changed, 1 insertions, 1 deletions
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