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

Name

Description

ctx

Loader‐specific open context.

Created with MrDocs