1gnutls_pkcs11_deinit(3) gnutls gnutls_pkcs11_deinit(3)
2
3
4
6 gnutls_pkcs11_deinit - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_pkcs11_deinit( void);
12
14 void
15
17 This function will deinitialize the PKCS 11 subsystem in gnutls.
18
20 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
21 http://www.gnu.org/software/gnutls/ General help using GNU software:
22 http://www.gnu.org/gethelp/
23
25 Copyright © 2008 Free Software Foundation.
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.
29
31 The full documentation for gnutls is maintained as a Texinfo manual.
32 If the info and gnutls programs are properly installed at your site,
33 the command
34
35 info gnutls
36
37 should give you access to the complete manual.
38
39
40
41gnutls 2.12.6.1 gnutls_pkcs11_deinit(3)