[#ASN1_VALUE] = ASN1_VALUE :mrdocs: Opaque ASN.1 value handle used by generic item encode/decode and S/MIME helpers. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:ASN1_VALUE_st.adoc[ASN1_VALUE_st] ASN1_VALUE; ---- == Description Concrete layouts are described by an ASN1_ITEM; callers treat ASN1_VALUE as an incomplete type and cast through type‐specific APIs when needed. [.small]#Created with https://www.mrdocs.com[MrDocs]#