ne_ssl_readable_dname — create a single-line readable string from a distinguised name
#include <ne_session.h>
const char *ne_ssl_readable_dname( | const ne_ssl_dname * | dname) ; |
The ne_ssl_readable_dname function creates a single-line, human-readable string out of an ne_ssl_dname object. The returned string is malloc()-allocated, and must be free()d by the caller.
malloc-allocated string.