[#ASN1_INTEGER_set] = ASN1_INTEGER_set :mrdocs: Set an ASN.1 INTEGER to a C long value. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_INTEGER_set( xref:ASN1_INTEGER.adoc[ASN1_INTEGER]* a, long v); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Integer to update. | *v* | Value to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#