Allocate an empty ASN.1 OBJECT identifier.

Synopsis

Declared in <openssl/asn1.h>

ASN1_OBJECT*
ASN1_OBJECT_new();

Return Value

New ASN1_OBJECT, or NULL on allocation failure.

Created with MrDocs