[#ASN1_INTEGER_cmp] = ASN1_INTEGER_cmp :mrdocs: Compare two ASN.1 INTEGER values numerically (including sign). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_INTEGER_cmp( xref:ASN1_INTEGER.adoc[ASN1_INTEGER] const* x, xref:ASN1_INTEGER.adoc[ASN1_INTEGER] const* y); ---- == Return Value Negative, zero, or positive if `x` is less than, equal to, or greater than `y.` == Parameters [cols="1,4"] |=== | Name| Description | *x* | First INTEGER. | *y* | Second INTEGER. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#