Close an OSSL_STORE channel and free its context.
Synopsis
Declared in <openssl/store.h>
int
OSSL_STORE_close(OSSL_STORE_CTX* ctx);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
ctx |
Store context to close, or NULL. |
Created with MrDocs