Set the profession items (titles) on a PROFESSION_INFO, taking ownership of as.
Declared in <openssl/x509v3.h>
void
PROFESSION_INFO_set0_professionItems(
PROFESSION_INFO* pi,
stack_st_ASN1_STRING* as);
| Name | Description |
|---|---|
| pi | Profession info whose professionItems field is replaced. |
| as | Stack of profession-item strings, or NULL to clear; frees any previous stack. |