forked from wolfSSL/wolfssl
addressed sanitize failure
This commit is contained in:
@ -39113,8 +39113,10 @@ static void test_wolfSSL_X509_load_crl_file(void)
|
|||||||
WOLFSSL_FILETYPE_PEM ), CRL_CERT_REVOKED);
|
WOLFSSL_FILETYPE_PEM ), CRL_CERT_REVOKED);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(resultFmt, passed);
|
wolfSSL_X509_STORE_free(store);
|
||||||
|
store = NULL;
|
||||||
|
|
||||||
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user