diff options
author | cvs2svn <admin@example.com> | 2000-10-25 15:23:17 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2000-10-25 15:23:17 +0000 |
commit | 690af28bdf827ab9c81648f507eb492c9076d5d3 (patch) | |
tree | 1ced1775de07c13c2a5a1d9e3bde843578ac541d /src/lib/libcrypto/doc/DH_size.pod | |
parent | 463e714935b9651a5eb2c08fcf3f8844fc6b653d (diff) | |
download | openbsd-OPENBSD_2_8.tar.gz openbsd-OPENBSD_2_8.tar.bz2 openbsd-OPENBSD_2_8.zip |
This commit was manufactured by cvs2git to create branch 'OPENBSD_2_8'.OPENBSD_2_8
Diffstat (limited to 'src/lib/libcrypto/doc/DH_size.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DH_size.pod | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/lib/libcrypto/doc/DH_size.pod b/src/lib/libcrypto/doc/DH_size.pod deleted file mode 100644 index 97f26fda78..0000000000 --- a/src/lib/libcrypto/doc/DH_size.pod +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | =pod | ||
2 | |||
3 | =head1 NAME | ||
4 | |||
5 | DH_size - get Diffie-Hellman prime size | ||
6 | |||
7 | =head1 SYNOPSIS | ||
8 | |||
9 | #include <openssl/dh.h> | ||
10 | |||
11 | int DH_size(DH *dh); | ||
12 | |||
13 | =head1 DESCRIPTION | ||
14 | |||
15 | This function returns the Diffie-Hellman size in bytes. It can be used | ||
16 | to determine how much memory must be allocated for the shared secret | ||
17 | computed by DH_compute_key(). | ||
18 | |||
19 | B<dh-E<gt>p> must not be B<NULL>. | ||
20 | |||
21 | =head1 RETURN VALUE | ||
22 | |||
23 | The size in bytes. | ||
24 | |||
25 | =head1 SEE ALSO | ||
26 | |||
27 | L<dh(3)|dh(3)>, L<DH_generate_key(3)|DH_generate_key(3)> | ||
28 | |||
29 | =head1 HISTORY | ||
30 | |||
31 | DH_size() is available in all versions of SSLeay and OpenSSL. | ||
32 | |||
33 | =cut | ||