Set the admission authority GeneralName on an ADMISSION_SYNTAX, taking ownership of aa.
Declared in <openssl/x509v3.h>
void
ADMISSION_SYNTAX_set0_admissionAuthority(
ADMISSION_SYNTAX* as,
GENERAL_NAME* aa);
| Name | Description |
|---|---|
| as | Admission syntax whose authority is replaced. |
| aa | New admission authority name, or NULL to clear; frees any previous value. |