OBJ_create_objects

Load OID definitions from text lines read from in into the internal object table.

Synopsis

Declared in <openssl/objects.h>

int
OBJ_create_objects(BIO* in);

Return Value

Number of objects successfully created before EOF or the first failure/invalid line.

Parameters

NameDescription
inBIO supplying lines of the form "oid [shortName [longName]]".