[#OSSL_STACK_OF_X509_free] = OSSL_STACK_OF_X509_free :mrdocs: Free a STACK_OF(X509) and the certificates it owns (sk_X509_pop_free). == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_STACK_OF_X509_free(xref:stack_st_X509.adoc[stack_st_X509]* certs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *certs* | Certificate stack to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#