Follow copilot review

This commit is contained in:
Koji Takeda
2025-07-29 07:15:32 +09:00
parent bbcdfe92e0
commit 189ba201f3

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 WOLF_ASN_TEMPLATE */
/* The seed can't be parsed without WOLFSSL_ASN_TEMPLATE */
if (allowSeed) {
return ASN_PARSE_E;
}