1gnutls_anon_free_client_credentials(3g)nutlgsnutls_anon_free_client_credentials(3)
2
3
4
6 gnutls_anon_free_client_credentials - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_anon_free_client_credentials(gnutls_anon_client_creden‐
12 tials_t sc);
13
15 gnutls_anon_client_credentials_t sc
16 is a gnutls_anon_client_credentials_t type.
17
19 Free a gnutls_anon_client_credentials_t structure.
20
22 Report bugs to <bugs@gnutls.org>.
23 Home page: http://www.gnutls.org
24
25
27 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.
31
33 The full documentation for gnutls is maintained as a Texinfo manual.
34 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
35 visit
36
37 http://www.gnutls.org/manual/
38
39gnutls 3.6.g5nutls_anon_free_client_credentials(3)