ASN1_ITEM_EXP

Function type that returns a pointer to a static ASN1_ITEM descriptor.

Synopsis

Declared in <openssl/asn1.h>

typedef ASN1_ITEM const* ASN1_ITEM_EXP();

Description

Used with ASN1_ITEM_ptr() so ASN.1 items can be referenced as function exports rather than as data symbols on platforms that require that form.