Skip to content

Commit 5277065

Browse files
committed
fix typo in WOLFSSL_ENTER function name
1 parent a3bf7a6 commit 5277065

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
@@ -18567,7 +18567,7 @@ static int DecodeBasicCaConstraint(const byte* input, int sz, DecodedCert* cert)
1856718567
word32 idx = 0;
1856818568
byte isCA = 0;
1856918569

18570-
WOLFSSL_ENTER("DecodeBasicCaConstraints");
18570+
WOLFSSL_ENTER("DecodeBasicCaConstraint");
1857118571

1857218572
CALLOC_ASNGETDATA(dataASN, basicConsASN_Length, ret, cert->heap);
1857318573

0 commit comments

Comments
 (0)