1gnutls_pkcs12_bag_deinit(3) gnutls gnutls_pkcs12_bag_deinit(3)
2
3
4
6 gnutls_pkcs12_bag_deinit - This function deinitializes memory used by a
7 gnutls_pkcs12_t structure
8
10 #include <gnutls/pkcs12.h>
11
12 void gnutls_pkcs12_bag_deinit(gnutls_pkcs12_bag_t bag);
13
15 gnutls_pkcs12_bag_t bag
16 The structure to be initialized
17
19 This function will deinitialize a PKCS12 Bag structure.
20
22 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
23 http://www.gnu.org/software/gnutls/ General help using GNU software:
24 http://www.gnu.org/gethelp/
25
27 Copyright © 2008 Free Software Foundation.
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 info and gnutls programs are properly installed at your site,
35 the command
36
37 info gnutls
38
39 should give you access to the complete manual.
40
41
42
43gnutls 2.8.6 gnutls_pkcs12_bag_deinit(3)