[#ADMISSION_SYNTAX_set0_admissionAuthority] = ADMISSION_SYNTAX_set0_admissionAuthority :mrdocs: Set the admission authority GeneralName on an ADMISSION_SYNTAX, taking ownership of `aa.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ADMISSION_SYNTAX_set0_admissionAuthority( xref:ADMISSION_SYNTAX.adoc[ADMISSION_SYNTAX]* as, xref:GENERAL_NAME.adoc[GENERAL_NAME]* aa); ---- == Parameters [cols="1,4"] |=== | Name| Description | *as* | Admission syntax whose authority is replaced. | *aa* | New admission authority name, or NULL to clear; frees any previous value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#