[#OSSL_CMP_CTX_push0_geninfo_ITAV] = OSSL_CMP_CTX_push0_geninfo_ITAV :mrdocs: Append an ITAV to the geninfo field of outgoing CMP messages. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_push0_geninfo_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]#