[#OBJ_new_nid] = OBJ_new_nid :mrdocs: Allocate one or more new numeric object identifiers (NIDs). == Synopsis Declared in `<openssl/objects.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OBJ_new_nid(int num); ---- == Return Value First newly allocated NID, or NID_undef on failure. == Parameters [cols="1,4"] |=== | Name| Description | *num* | Number of consecutive NIDs to reserve. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#