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
Name |
Description |
in |
BIO supplying lines of the form "oid [shortName [longName]]". |
Created with MrDocs