PROFESSION_INFO_set0_namingAuthority

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

NameDescription
piProfession info whose namingAuthority field is replaced.
naNew naming authority, or NULL to clear; frees any previous value.