OSSL_STORE_expect_fn

Deprecated loader callback implementing OSSL_STORE_expect().

Synopsis

Declared in <openssl/store.h>

typedef int(* OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX*, int);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
ctxLoader-specific open context.
expectedExpected OSSL_STORE_INFO_* type, or 0.