[#OSSL_CMP_CTX_push0_genm_ITAV] = OSSL_CMP_CTX_push0_genm_ITAV :mrdocs: Append an ITAV to the body of an outgoing General Message (genm). == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_push0_genm_ITAV( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV]* itav); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *itav* | ITAV to push; ownership transfers to the context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#