1gnutls_x509_crq_deinit(3) gnutls gnutls_x509_crq_deinit(3)
2
3
4
6 gnutls_x509_crq_deinit - This function deinitializes memory used by a
7 gnutls_x509_crq_t structure
8
10 #include <gnutls/x509.h>
11
12 void gnutls_x509_crq_deinit(gnutls_x509_crq_t crq);
13
15 gnutls_x509_crq_t crq
16 The structure to be initialized
17
19 This function will deinitialize a CRL 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_x509_crq_deinit(3)