From 92cdf6af783e446e0d2e3bb545b6d1472e081614 Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 31 Jul 2025 16:48:01 +0200 Subject: [PATCH] fix(algc): threads.h was included in sha2.c for some reason --- crates/algorithms/algorithms-c/src/hash/sha2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/algorithms/algorithms-c/src/hash/sha2.c b/crates/algorithms/algorithms-c/src/hash/sha2.c index c704820..0ee0ace 100644 --- a/crates/algorithms/algorithms-c/src/hash/sha2.c +++ b/crates/algorithms/algorithms-c/src/hash/sha2.c @@ -3,7 +3,6 @@ #include #include #include -#include #ifdef TEST // if you want to get the internals of sha2 printed, uncomment the line below