[#ASN1_TYPE_cmp] = ASN1_TYPE_cmp :mrdocs: Compare two ASN1_TYPE values for identical type and content. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_TYPE_cmp( xref:ASN1_TYPE.adoc[ASN1_TYPE] const* a, xref:ASN1_TYPE.adoc[ASN1_TYPE] const* b); ---- == Return Value 0 if `a` and `b` are identical, or nonzero otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *a* | First ANY value. | *b* | Second ANY value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#