Return the naming authority from an ADMISSIONS entry.
Declared in <openssl/x509v3.h>
NAMING_AUTHORITY const*
ADMISSIONS_get0_namingAuthority(ADMISSIONS const* a);
Internal pointer to the NAMING_AUTHORITY, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| a | Admissions entry to query. |