summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DH_set_method.pod
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-05-29 15:52:21 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-05-29 15:52:21 +0000
commit4c0aee5a75e76ba86dd987910dbc0d33441a577e (patch)
treeb3e18b1306f7126a1d349bf4ac15b7c70fa949e9 /doc/crypto/DH_set_method.pod
parent8c343cf8612b7c12a010cdffc8626a626c229e7e (diff)
Minor corrections to documentation.
* speed processes any/all options passed to it, not just one. * DH and DSA have no "_get_method()" functions, only RSA does. * typos.
Diffstat (limited to 'doc/crypto/DH_set_method.pod')
-rw-r--r--doc/crypto/DH_set_method.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/crypto/DH_set_method.pod b/doc/crypto/DH_set_method.pod
index a8f75bdd9d..b9a61d542b 100644
--- a/doc/crypto/DH_set_method.pod
+++ b/doc/crypto/DH_set_method.pod
@@ -36,9 +36,6 @@ method.
DH_set_method() selects B<meth> for all operations using the structure B<dh>.
-DH_get_method() returns a pointer to the method currently selected
-for B<dh>.
-
DH_new_method() allocates and initializes a B<DH> structure so that
B<method> will be used for the DH operations. If B<method> is B<NULL>,
the default method is used.
@@ -75,8 +72,8 @@ the default method is used.
=head1 RETURN VALUES
-DH_OpenSSL(), DH_get_default_method() and DH_get_method() return
-pointers to the respective B<DH_METHOD>s.
+DH_OpenSSL() and DH_get_default_method() return pointers to the respective
+B<DH_METHOD>s.
DH_set_default_method() returns no value.