Set the admission authority GENERAL_NAME on an ADMISSIONS entry, transferring ownership.
Declared in <openssl/x509v3.h>
void
ADMISSIONS_set0_admissionAuthority(
ADMISSIONS* a,
GENERAL_NAME* aa);
| Name | Description |
|---|---|
| a | Admissions entry to update; any previous authority is freed. |
| aa | New admission authority, or NULL to clear; ownership transfers to a. |