Set a CMP context option (OSSL_CMP_OPT_*).
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set_option(
OSSL_CMP_CTX* ctx,
int opt,
int val);
Return Value
1 on success, 0 on error.
Parameters
Name |
Description |
ctx |
CMP context. |
opt |
Option identifier. |
val |
Option value. |
Created with MrDocs