summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_dn_deinit
blob: deac3bda50505fe866f2699083eae75716de07f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {void} {gnutls_x509_dn_deinit} (gnutls_x509_dn_t @var{dn})
@var{dn}: a DN uint8_t object pointer.

This function deallocates the DN object as returned by
@code{gnutls_x509_dn_import()} .

@strong{Since:} 2.4.0
@end deftypefun