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