mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
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;
|
word32 idx = 0;
|
||||||
byte isCA = 0;
|
byte isCA = 0;
|
||||||
|
|
||||||
WOLFSSL_ENTER("DecodeBasicCaConstraints");
|
WOLFSSL_ENTER("DecodeBasicCaConstraint");
|
||||||
|
|
||||||
CALLOC_ASNGETDATA(dataASN, basicConsASN_Length, ret, cert->heap);
|
CALLOC_ASNGETDATA(dataASN, basicConsASN_Length, ret, cert->heap);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user