[#ADMISSIONS_set0_namingAuthority] = ADMISSIONS_set0_namingAuthority :mrdocs: Set the naming authority on an ADMISSIONS entry, taking ownership of `na.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ADMISSIONS_set0_namingAuthority( xref:ADMISSIONS.adoc[ADMISSIONS]* a, xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY]* na); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Admissions entry whose namingAuthority field is replaced. | *na* | New naming authority, or NULL to clear; frees any previous value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#