Return the profession‐info stack from an ADMISSIONS entry.

Synopsis

Declared in <openssl/x509v3.h>

PROFESSION_INFOS const*
ADMISSIONS_get0_professionInfos(ADMISSIONS const* a);

Return Value

Internal pointer to the PROFESSION_INFOS stack, or NULL if absent; must not be freed by the caller.

Parameters

Name

Description

a

Admissions entry to query.

Created with MrDocs