forked from wolfSSL/wolfssl
Missing X509_STORE_CTX_free(ctx);
This commit is contained in:
@@ -10504,6 +10504,7 @@ static void test_wolfSSL_X509_STORE_CTX(void)
|
|||||||
printf(testingFmt, "test_wolfSSL_X509_STORE_CTX(()");
|
printf(testingFmt, "test_wolfSSL_X509_STORE_CTX(()");
|
||||||
AssertNotNull(ctx = X509_STORE_CTX_new());
|
AssertNotNull(ctx = X509_STORE_CTX_new());
|
||||||
X509_STORE_CTX_set_verify_cb(ctx, (void *)verify_cb);
|
X509_STORE_CTX_set_verify_cb(ctx, (void *)verify_cb);
|
||||||
|
X509_STORE_CTX_free(ctx);
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user