ADMISSIONS_set0_namingAuthority

Set the naming authority on an ADMISSIONS entry, taking ownership of na.

Synopsis

Declared in <openssl/x509v3.h>

void
ADMISSIONS_set0_namingAuthority(
    ADMISSIONS* a,
    NAMING_AUTHORITY* na);

Parameters

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