From 3e9140e79a063ca7a8539a0d58e6d379be775ff3 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 20 Feb 2018 19:42:02 +0000 Subject: crypto: Remove unnecessary curve25519 header from crypto_digest.h. * ADD includes for "torint.h" and "container.h" to crypto_digest.h. * ADD includes for "crypto_digest.h" to a couple places in which crypto_digest_t was then missing. * FIXES part of #24658: https://bugs.torproject.org/24658#comment:30 --- src/test/test_hs_descriptor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_hs_descriptor.c') diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_descriptor.c index 9ec183db06..9be1bc706b 100644 --- a/src/test/test_hs_descriptor.c +++ b/src/test/test_hs_descriptor.c @@ -9,6 +9,7 @@ #define HS_DESCRIPTOR_PRIVATE #include "crypto_ed25519.h" +#include "crypto_digest.h" #include "ed25519_cert.h" #include "or.h" #include "hs_descriptor.h" -- cgit v1.2.3-54-g00ecf