[#DIST_POINT_set_dpname] = DIST_POINT_set_dpname :mrdocs: Fill a relative distribution‐point name using an issuer X509_NAME. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int DIST_POINT_set_dpname( xref:DIST_POINT_NAME.adoc[DIST_POINT_NAME]* dpn, xref:X509_NAME.adoc[X509_NAME] const* iname); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *dpn* | Distribution point name of type relativename to complete. | *iname* | Issuer name prefixed to each relative RDN. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#