[#ASN1_OBJECT_new] = ASN1_OBJECT_new :mrdocs: Allocate an empty ASN.1 OBJECT identifier. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_OBJECT.adoc[ASN1_OBJECT]* ASN1_OBJECT_new(); ---- == Return Value New ASN1_OBJECT, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#