[#ASN1_ITEM_get] = ASN1_ITEM_get :mrdocs: Return the built‐in ASN1_ITEM at index `i.` == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_ITEM.adoc[ASN1_ITEM] const* ASN1_ITEM_get(size_t i); ---- == Return Value ASN1_ITEM at `i,` or NULL if `i` is out of range. == Parameters [cols="1,4"] |=== | Name| Description | *i* | Zero‐based index into the static ASN1_ITEM table. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#