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