Allocate one or more new numeric object identifiers (NIDs).

Synopsis

Declared in <openssl/objects.h>

int
OBJ_new_nid(int num);

Return Value

First newly allocated NID, or NID_undef on failure.

Parameters

Name

Description

num

Number of consecutive NIDs to reserve.

Created with MrDocs