mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
Merge pull request #6915 from bigbrett/typo-fix-DecodeBasicCAConstraint
fix typo in WOLFSSL_ENTER function name
This commit is contained in:
@@ -18569,7 +18569,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