1gnutls_credentials_clear(3) gnutls gnutls_credentials_clear(3)
2
3
4
6 gnutls_credentials_clear - Clears all the credentials previously set
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_credentials_clear(gnutls_session_t session);
12
14 gnutls_session_t session
15 is a gnutls_session_t structure.
16
18 Clears all the credentials previously set in this session.
19
21 Report bugs to <bug-gnutls@gnu.org>.
22
24 Copyright © 2006 Free Software Foundation.
25 Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
30 The full documentation for gnutls is maintained as a Texinfo manual.
31 If the info and gnutls programs are properly installed at your site,
32 the command
33
34 info gnutls
35
36 should give you access to the complete manual.
37
38
39
40gnutls 1.6.3 gnutls_credentials_clear(3)