Document the DH library, and make some minor changes along the way.
[openssl.git] / doc / crypto / DH_get_ex_new_index.pod
1 =pod
2
3 =head1 NAME
4
5 DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data - ...
6
7 =head1 SYNOPSIS
8
9  #include <openssl/dh.h>
10
11  int DH_get_ex_new_index(long argl, char *argp, int (*new_func)(),
12              int (*dup_func)(), void (*free_func)());
13
14  int DH_set_ex_data(DH *d, int idx, char *arg);
15
16  char *DH_get_ex_data(DH *d, int idx);
17
18 =head1 DESCRIPTION
19
20 ...
21
22 =head1 RETURN VALUES
23
24 ...
25
26 =head1 SEE ALSO
27
28 ...
29
30 =head1 HISTORY
31
32 ...
33
34 =cut