Merge pull request #10014 from danielinux/fix-regression-missing-include

Add missing include in asn.h
This commit is contained in:
David Garske
2026-03-19 08:57:23 -07:00
committed by GitHub
+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