1gnutls_dh_params_init(3) gnutls gnutls_dh_params_init(3)
2
3
4
6 gnutls_dh_params_init - This function will initialize the DH parameters
7
9 #include <gnutls/gnutls.h>
10
11 int gnutls_dh_params_init(gnutls_dh_params_t * dh_params);
12
14 gnutls_dh_params_t * dh_params
15 Is a structure that will hold the prime numbers
16
18 This function will initialize the DH parameters structure.
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_dh_params_init(3)