[#ASN1_STRING_TABLE_get] = ASN1_STRING_TABLE_get :mrdocs: Look up the ASN1_STRING_TABLE entry for a string‐valued NID. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_STRING_TABLE.adoc[ASN1_STRING_TABLE]* ASN1_STRING_TABLE_get(int nid); ---- == Return Value Pointer to the table entry (do not free), or NULL if none is registered. == Parameters [cols="1,4"] |=== | Name| Description | *nid* | Object identifier NID whose string encoding policy is requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#