[#OBJ_create_objects] = OBJ_create_objects :mrdocs: Load OID definitions from text lines read from `in` into the internal object table. == Synopsis Declared in `<openssl/objects.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OBJ_create_objects(xref:BIO.adoc[BIO]* in); ---- == Return Value Number of objects successfully created before EOF or the first failure/invalid line. == Parameters [cols="1,4"] |=== | Name| Description | *in* | BIO supplying lines of the form "oid [shortName [longName]]". |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#