mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fixed CID 587340.
This commit is contained in:
@ -8171,6 +8171,7 @@ int wolfSSL_X509_get_ext_count(const WOLFSSL_X509* passedCert)
|
|||||||
CA_TYPE,
|
CA_TYPE,
|
||||||
NO_VERIFY, NULL) < 0) {
|
NO_VERIFY, NULL) < 0) {
|
||||||
WOLFSSL_MSG("\tCertificate parsing failed");
|
WOLFSSL_MSG("\tCertificate parsing failed");
|
||||||
|
FreeDecodedCert(&cert);
|
||||||
return WOLFSSL_FAILURE;
|
return WOLFSSL_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user