Set the registration number on a PROFESSION_INFO, taking ownership of rn.
Declared in <openssl/x509v3.h>
void
PROFESSION_INFO_set0_registrationNumber(
PROFESSION_INFO* pi,
ASN1_PRINTABLESTRING* rn);
| Name | Description |
|---|---|
| pi | Profession info whose registrationNumber field is replaced. |
| rn | New registration number PrintableString, or NULL to clear; frees any previous value. |