GENERAL_NAME_dup

Duplicate a GENERAL_NAME structure.

Synopsis

Declared in <openssl/x509v3.h>

GENERAL_NAME*
GENERAL_NAME_dup(GENERAL_NAME const* a);

Return Value

Newly allocated copy, or NULL on error.

Parameters

NameDescription
aValue to copy.