OSSL_STORE_eof_fn

Deprecated loader callback implementing OSSL_STORE_eof().

Synopsis

Declared in <openssl/store.h>

typedef int(* OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX*);

Return Value

1 at end of data, or 0 otherwise.

Parameters

NameDescription
ctxLoader-specific open context.