From 624d66b625cf9e696a3dbe5ca585d19c3e6ed9b0 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 27 Jul 2021 14:41:27 -0400 Subject: [PATCH] [core] add wolfssl-specific include x-ref: https://github.com/lighttpd/lighttpd1.4/pull/107 --- src/sys-crypto-md.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sys-crypto-md.h b/src/sys-crypto-md.h index 729bd2ab..bac23707 100644 --- a/src/sys-crypto-md.h +++ b/src/sys-crypto-md.h @@ -287,6 +287,8 @@ SHA512_Update(SHA512_CTX *ctx, const void *data, size_t length) #undef SIZEOF_LONG_LONG #endif +#include /* wolfssl NO_* macros */ + #ifndef NO_MD4 #include #include