OTHERNAME_cmp

Compare two otherName values by type OID and typed value.

Synopsis

Declared in <openssl/x509v3.h>

int
OTHERNAME_cmp(
    OTHERNAME* a,
    OTHERNAME* b);

Return Value

0 if equal, or a non-zero value if they differ (including when either is NULL).

Parameters

NameDescription
aFirst OTHERNAME, or NULL.
bSecond OTHERNAME, or NULL.