Deprecated loader callback implementing OSSL_STORE_expect().
Declared in <openssl/store.h>
typedef int(* OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX*, int);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Loader-specific open context. |
| expected | Expected OSSL_STORE_INFO_* type, or 0. |