From 506d93d9bf8e9309ec09eb6a17882a2e5f68bcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Thu, 30 Jan 2025 03:00:45 +0100 Subject: [PATCH] Fix build on GNU Hurd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Ondráček --- src/SHA1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SHA1.c b/src/SHA1.c index 3ef07d920..f9ac19da3 100644 --- a/src/SHA1.c +++ b/src/SHA1.c @@ -53,7 +53,7 @@ int SHA1_Final(unsigned char *md, SHA_CTX *c) } #else /* if defined(_WIN32) || defined(_WIN64) */ -#if defined(__linux__) || defined(__CYGWIN__) +#if defined(__linux__) || defined(__CYGWIN__) || defined(__GNU__) # include #elif defined(__APPLE__) # include