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