Return the value of an ASN.1 INTEGER as a C long.
Declared in <openssl/asn1.h>
<openssl/asn1.h>
long ASN1_INTEGER_get(ASN1_INTEGER const* a);
The integer value, or 0xffffffffL if a is NULL or out of long range.
a