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