OSSL_STORE_error

Test whether the last store operation recorded an error on ctx.

Synopsis

Declared in <openssl/store.h>

int
OSSL_STORE_error(OSSL_STORE_CTX* ctx);

Return Value

1 if an error occurred, or 0 otherwise.

Parameters

NameDescription
ctxOpen store context.