Return the additional profession info octet string from a PROFESSION_INFO.
Declared in <openssl/x509v3.h>
ASN1_OCTET_STRING const*
PROFESSION_INFO_get0_addProfessionInfo(PROFESSION_INFO const* pi);
Internal ASN1_OCTET_STRING pointer, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| pi | Profession info to query. |