int ASN1_STRING_cmp()

in src/core/transport/http/sender/ssl/ssl_utils.c [54:57]


int ASN1_STRING_cmp(const ASN1_BIT_STRING *a, const ASN1_BIT_STRING *b)
{
    return M_ASN1_BIT_STRING_cmp(a, b);
}