Test whether an open store has no more objects to load.
Synopsis
Declared in <openssl/store.h>
int
OSSL_STORE_eof(OSSL_STORE_CTX* ctx);
Return Value
1 if end of data has been reached, or 0 otherwise.
Parameters
Name |
Description |
ctx |
Open store context. |
Created with MrDocs