Merge pull request #6915 from bigbrett/typo-fix-DecodeBasicCAConstraint

fix typo in WOLFSSL_ENTER function name
This commit is contained in:
JacobBarthelmeh
2023-11-03 13:53:23 -06:00
committed by GitHub

View File

@@ -18569,7 +18569,7 @@ static int DecodeBasicCaConstraint(const byte* input, int sz, DecodedCert* cert)
word32 idx = 0;
byte isCA = 0;
WOLFSSL_ENTER("DecodeBasicCaConstraints");
WOLFSSL_ENTER("DecodeBasicCaConstraint");
CALLOC_ASNGETDATA(dataASN, basicConsASN_Length, ret, cert->heap);