add OSSL_STACK_OF_X509_free() for commonly used pattern
[openssl.git] / doc / man3 / X509_STORE_CTX_get_error.pod
index 04005f3ecdb385ce3f88c7cfa1a4a7f772c55497..901113c9173245f87cb8ba69692e2daa810c2986 100644 (file)
@@ -72,7 +72,7 @@ verification is successful. Otherwise the returned chain may be incomplete or
 invalid.  The returned chain persists after the I<ctx> structure is freed.
 When it is no longer needed it should be free up using:
 
sk_X509_pop_free(chain, X509_free);
OSSL_STACK_OF_X509_free(chain);
 
 X509_verify_cert_error_string() returns a human readable error string for
 verification error I<n>.