From fc37ddf6558e5368eff09451c11985e43c29da5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 3 Jul 2025 10:22:51 +0200 Subject: [PATCH] Drop irrelevant includes of sha3.h. --- slh-fors.c | 3 --- slh-wots.c | 4 +--- slh-xmss.c | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/slh-fors.c b/slh-fors.c index 2b03b7f4..0c20df56 100644 --- a/slh-fors.c +++ b/slh-fors.c @@ -35,10 +35,7 @@ # include "config.h" #endif -#include - #include "bswap-internal.h" -#include "sha3.h" #include "slh-dsa-internal.h" void diff --git a/slh-wots.c b/slh-wots.c index 0f3d2c55..c04fa620 100644 --- a/slh-wots.c +++ b/slh-wots.c @@ -35,10 +35,8 @@ # include "config.h" #endif -#include "slh-dsa-internal.h" - -#include "sha3.h" #include "bswap-internal.h" +#include "slh-dsa-internal.h" /* If s == 0, returns src and leaves dst unchanged. Otherwise, returns dst. For the ah argument, leaves ah->keypair and ah->height_chain diff --git a/slh-xmss.c b/slh-xmss.c index f58a5685..42b9cb47 100644 --- a/slh-xmss.c +++ b/slh-xmss.c @@ -36,7 +36,6 @@ #endif #include "bswap-internal.h" -#include "sha3.h" #include "slh-dsa-internal.h" static void -- 2.47.2