Set the opaque argument passed to the HTTP transfer callback.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set_http_cb_arg(
OSSL_CMP_CTX* ctx,
void* arg);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| arg | Callback argument pointer. |