OSSL_STORE_close

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

NameDescription
ctxStore context to close, or NULL.