Document the DH library, and make some minor changes along the way.
[openssl.git] / doc / crypto / RSA_get_ex_new_index.pod
1 =pod
2
3 =head1 NAME
4
5 RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data - ...
6
7 =head1 SYNOPSIS
8
9  #include <openssl/rsa.h>
10
11  int RSA_get_ex_new_index(long argl, char *argp, int (*new_func)(),
12     int (*dup_func)(), void (*free_func)());
13
14  int RSA_set_ex_data(RSA *r,int idx,char *arg);
15
16  char *RSA_get_ex_data(RSA *r, 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