Example #1
0
int ASN1_OCTET_STRING_cmp(ASN1_OCTET_STRING *a, ASN1_OCTET_STRING *b)
{
    return M_ASN1_OCTET_STRING_cmp(a, b);
}
Example #2
0
int
ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b)
{
	return M_ASN1_OCTET_STRING_cmp(a, b);
}