forked from wolfSSL/wolfssl
fix typo in WOLFSSL_ENTER function name
This commit is contained in:
@@ -18567,7 +18567,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);
|
||||
|
||||
|
Reference in New Issue
Block a user