don't need cleanup and free

This commit is contained in:
David Rose 2009-09-18 05:17:12 +00:00
parent 37b75fd745
commit ba686b6f6a

View File

@ -390,7 +390,6 @@ verify_cert() {
_verify_result = X509_STORE_CTX_get_error(ctx);
}
X509_STORE_CTX_cleanup(ctx);
X509_STORE_CTX_free(ctx);
X509_STORE_free(store);