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.
Created with MrDocs
Allocate an empty ASN.1 INTEGER.
Declared in <openssl/asn1.h>
ASN1_INTEGER*
ASN1_INTEGER_new();
New ASN1_INTEGER, or NULL on allocation failure.
Created with MrDocs