Return the argument previously set for the HTTP transfer callback.
Synopsis
Declared in <openssl/cmp.h>
void*
OSSL_CMP_CTX_get_http_cb_arg(OSSL_CMP_CTX const* ctx);
Return Value
HTTP callback argument, or NULL if unset.
Parameters
Name |
Description |
ctx |
CMP context. |
Created with MrDocs