Return the stack of ADMISSIONS entries from an ADMISSION_SYNTAX.
Declared in <openssl/x509v3.h>
stack_st_ADMISSIONS const*
ADMISSION_SYNTAX_get0_contentsOfAdmissions(ADMISSION_SYNTAX const* as);
Internal pointer to the admissions stack, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| as | Admission syntax to query. |