Add missing include in asn.h

This commit is contained in:
Daniele Lacamera
2026-03-19 16:35:42 +01:00
parent 46f4b3b2c4
commit cdc9c0a496
+3
View File
@@ -83,6 +83,9 @@ that can be serialized and deserialized in a cross-platform way.
#include <wolfssl/wolfcrypt/md5.h>
#endif
#include <wolfssl/wolfcrypt/sha256.h>
#if defined(WOLFSSL_SHA384) || defined(WOLFSSL_SHA512)
#include <wolfssl/wolfcrypt/sha512.h>
#endif
#ifdef WOLFSSL_SM3
#include <wolfssl/wolfcrypt/sm3.h>
#endif