예제 #1
0
파일: a_octet.c 프로젝트: Bludge0n/dsploit
int ASN1_OCTET_STRING_cmp(ASN1_OCTET_STRING *a, ASN1_OCTET_STRING *b)
{
    return M_ASN1_OCTET_STRING_cmp(a, b);
}
예제 #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);
}