Return the profession OID stack from a PROFESSION_INFO.
Declared in <openssl/x509v3.h>
stack_st_ASN1_OBJECT const*
PROFESSION_INFO_get0_professionOIDs(PROFESSION_INFO const* pi);
Internal stack of ASN1_OBJECT profession OIDs, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| pi | Profession info to query. |