[#OBJ_txt2nid] = OBJ_txt2nid :mrdocs: Return the NID for a text object identifier. == Synopsis Declared in `<openssl/objects.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OBJ_txt2nid(char const* s); ---- == Return Value Corresponding NID, or NID_undef on error. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Long name, short name, or numerical OID string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#