From cdc9c0a496f792dd3529670836428a30a0768a76 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Thu, 19 Mar 2026 16:35:42 +0100 Subject: [PATCH] Add missing include in asn.h --- wolfssl/wolfcrypt/asn.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfssl/wolfcrypt/asn.h b/wolfssl/wolfcrypt/asn.h index 75d10cd0cb..ce65340ddb 100644 --- a/wolfssl/wolfcrypt/asn.h +++ b/wolfssl/wolfcrypt/asn.h @@ -83,6 +83,9 @@ that can be serialized and deserialized in a cross-platform way. #include #endif #include +#if defined(WOLFSSL_SHA384) || defined(WOLFSSL_SHA512) + #include +#endif #ifdef WOLFSSL_SM3 #include #endif