[#ADMISSIONS_set0_admissionAuthority] = ADMISSIONS_set0_admissionAuthority :mrdocs: Set the admission authority GENERAL_NAME on an ADMISSIONS entry, transferring ownership. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ADMISSIONS_set0_admissionAuthority( xref:ADMISSIONS.adoc[ADMISSIONS]* a, xref:GENERAL_NAME.adoc[GENERAL_NAME]* aa); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Admissions entry to update; any previous authority is freed. | *aa* | New admission authority, or NULL to clear; ownership transfers to `a.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#