[#OSSL_CMP_ITAV_get0_value] = OSSL_CMP_ITAV_get0_value :mrdocs: Return the infoValue from an ITAV. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_TYPE.adoc[ASN1_TYPE]* OSSL_CMP_ITAV_get0_value(xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV] const* itav); ---- == Return Value Internal infoValue pointer, or NULL if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *itav* | ITAV to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#