Skip to content

Commit 4064696

Browse files
committed
Revert "Follow copilot review"
This reverts commit 189ba20.
1 parent 4634717 commit 4064696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37074,7 +37074,7 @@ int DecodeAsymKey_Assign(const byte* input, word32* inOutIdx, word32 inSz,
3707437074
allowSeed = (seed != NULL && seedLen != NULL);
3707537075

3707637076
#ifndef WOLFSSL_ASN_TEMPLATE
37077-
/* The seed can't be parsed without WOLFSSL_ASN_TEMPLATE */
37077+
/* The seed can't be parsed without WOLF_ASN_TEMPLATE */
3707837078
if (allowSeed) {
3707937079
return ASN_PARSE_E;
3708037080
}

0 commit comments

Comments
 (0)