OBJ_cmp

Compare two ASN1_OBJECT values.

Synopsis

Declared in <openssl/objects.h>

int
OBJ_cmp(
    ASN1_OBJECT const* a,
    ASN1_OBJECT const* b);

Return Value

0 if a and b are identical; non-zero otherwise.

Parameters

NameDescription
aFirst object identifier.
bSecond object identifier.