Skip to content

Commit 8569e76

Browse files
Merge pull request #6915 from bigbrett/typo-fix-DecodeBasicCAConstraint
fix typo in WOLFSSL_ENTER function name
2 parents 190b51a + 5277065 commit 8569e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18569,7 +18569,7 @@ static int DecodeBasicCaConstraint(const byte* input, int sz, DecodedCert* cert)
1856918569
word32 idx = 0;
1857018570
byte isCA = 0;
1857118571

18572-
WOLFSSL_ENTER("DecodeBasicCaConstraints");
18572+
WOLFSSL_ENTER("DecodeBasicCaConstraint");
1857318573

1857418574
CALLOC_ASNGETDATA(dataASN, basicConsASN_Length, ret, cert->heap);
1857518575

0 commit comments

Comments
 (0)