ASN1_INTEGER_new

Allocate an empty ASN.1 INTEGER.

Synopsis

Declared in <openssl/asn1.h>

ASN1_INTEGER*
ASN1_INTEGER_new();

Return Value

New ASN1_INTEGER, or NULL on allocation failure.