Return the infoValue from an ITAV.
Synopsis
Declared in <openssl/cmp.h>
ASN1_TYPE*
OSSL_CMP_ITAV_get0_value(OSSL_CMP_ITAV const* itav);
Return Value
Internal infoValue pointer, or NULL if unavailable.
Parameters
Name |
Description |
itav |
ITAV to query. |
Created with MrDocs