From 40646964b4d71ee202a90e4ac0eca7cd078af2dc Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Wed, 30 Jul 2025 15:39:47 -0500 Subject: [PATCH] Revert "Follow copilot review" This reverts commit 189ba201f302f38604485712daa0430203eb8d86. --- wolfcrypt/src/asn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 9700eb510..c366d9526 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -37074,7 +37074,7 @@ int DecodeAsymKey_Assign(const byte* input, word32* inOutIdx, word32 inSz, allowSeed = (seed != NULL && seedLen != NULL); #ifndef WOLFSSL_ASN_TEMPLATE - /* The seed can't be parsed without WOLFSSL_ASN_TEMPLATE */ + /* The seed can't be parsed without WOLF_ASN_TEMPLATE */ if (allowSeed) { return ASN_PARSE_E; }