Append an ITAV to the body of an outgoing General Message (genm).
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_push0_genm_ITAV(
OSSL_CMP_CTX* ctx,
OSSL_CMP_ITAV* itav);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| itav | ITAV to push; ownership transfers to the context. |