Set the naming authority on a PROFESSION_INFO, taking ownership of na.
Synopsis
Declared in <openssl/x509v3.h>
void
PROFESSION_INFO_set0_namingAuthority(
PROFESSION_INFO* pi,
NAMING_AUTHORITY* na);
Parameters
Name |
Description |
pi |
Profession info whose namingAuthority field is replaced. |
na |
New naming authority, or NULL to clear; frees any previous value. |
Created with MrDocs