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

Name

Description

a

First OTHERNAME, or NULL.

b

Second OTHERNAME, or NULL.

Created with MrDocs