Revert "Follow copilot review"

This reverts commit 189ba201f3.
This commit is contained in:
Daniel Pouzzner
2025-07-30 15:39:47 -05:00
parent 46347173b2
commit 40646964b4

View File

@@ -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;
}