Set the naming authority on an ADMISSIONS entry, taking ownership of na.
Synopsis
Declared in <openssl/x509v3.h>
void
ADMISSIONS_set0_namingAuthority(
ADMISSIONS* a,
NAMING_AUTHORITY* na);
Parameters
Name |
Description |
a |
Admissions entry whose namingAuthority field is replaced. |
na |
New naming authority, or NULL to clear; frees any previous value. |
Created with MrDocs