Read a CMP context option (OSSL_CMP_OPT_*).
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_get_option(
OSSL_CMP_CTX const* ctx,
int opt);
Return Value
Current option value, or ‐1 on error.
Parameters
Name |
Description |
ctx |
CMP context. |
opt |
Option identifier. |
Created with MrDocs