Compare two ASN1_STRING values by type and content octets.
Declared in <openssl/asn1.h>
int
ASN1_STRING_cmp(
ASN1_STRING const* a,
ASN1_STRING const* b);
Negative, zero, or positive like memcmp(), considering type then data.
| Name | Description |
|---|---|
| a | First string. |
| b | Second string. |