Compare two GENERAL_NAME values for equality.

Synopsis

Declared in <openssl/x509v3.h>

int
GENERAL_NAME_cmp(
    GENERAL_NAME* a,
    GENERAL_NAME* b);

Return Value

0 if equal, or non‐zero if they differ / on error.

Parameters

Name

Description

a

First name.

b

Second name.

Created with MrDocs