[#OSSL_STORE_close] = OSSL_STORE_close :mrdocs: Close an OSSL_STORE channel and free its context. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_close(xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Store context to close, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#