[#OSSL_STORE_INFO_free] = OSSL_STORE_INFO_free :mrdocs: Free an OSSL_STORE_INFO and the object it owns. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_STORE_INFO_free(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]* info); ---- == Parameters [cols="1,4"] |=== | Name| Description | *info* | Store object to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#