Set the eof callback on a deprecated ENGINE‐based store loader.
Synopsis
Declared in <openssl/store.h>
[[deprecated]]
int
OSSL_STORE_LOADER_set_eof(
OSSL_STORE_LOADER* loader,
OSSL_STORE_eof_fn eof_function);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
loader |
Loader from OSSL_STORE_LOADER_new(). |
eof_function |
Callback invoked by OSSL_STORE_eof(). |
Created with MrDocs