[#NETSCAPE_CERT_SEQUENCE_free] = NETSCAPE_CERT_SEQUENCE_free :mrdocs: Free a Netscape Certificate Sequence and its contents. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NETSCAPE_CERT_SEQUENCE_free(xref:NETSCAPE_CERT_SEQUENCE.adoc[NETSCAPE_CERT_SEQUENCE]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#