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
Name |
Description |
a |
Value to copy. |
Created with MrDocs