Return the registration number from a PROFESSION_INFO without duplicating it.
Declared in <openssl/x509v3.h>
ASN1_PRINTABLESTRING const*
PROFESSION_INFO_get0_registrationNumber(PROFESSION_INFO const* pi);
Internal PrintableString pointer (do not free), or NULL if absent.
| Name | Description |
|---|---|
| pi | Profession info to query. |