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