[#NAMING_AUTHORITY_set0_authorityText] = NAMING_AUTHORITY_set0_authorityText :mrdocs: Set the authority text on a NAMING_AUTHORITY, taking ownership of `namingAuthorityText.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NAMING_AUTHORITY_set0_authorityText( xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY]* n, xref:ASN1_STRING.adoc[ASN1_STRING]* namingAuthorityText); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | Naming authority to update. | *namingAuthorityText* | New descriptive text, or NULL to clear; frees any previous value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#