[#OSSL_CMP_ITAV_set0] = OSSL_CMP_ITAV_set0 :mrdocs: Set the infoType and infoValue of an ITAV, taking ownership of both pointers. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_CMP_ITAV_set0( xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV]* itav, xref:ASN1_OBJECT.adoc[ASN1_OBJECT]* type, xref:ASN1_TYPE.adoc[ASN1_TYPE]* value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *itav* | ITAV to update. | *type* | infoType OID; ownership transfers to `itav.` | *value* | infoValue as a generic ASN1_TYPE; ownership transfers to `itav.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#