diff options
author | beck <> | 2002-05-15 02:29:21 +0000 |
---|---|---|
committer | beck <> | 2002-05-15 02:29:21 +0000 |
commit | b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch) | |
tree | fa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/doc/DH_set_method.pod | |
parent | e471e1ea98d673597b182ea85f29e30c97cd08b5 (diff) | |
download | openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2 openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libcrypto/doc/DH_set_method.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DH_set_method.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/DH_set_method.pod b/src/lib/libcrypto/doc/DH_set_method.pod index 62088eea1b..d990bf8786 100644 --- a/src/lib/libcrypto/doc/DH_set_method.pod +++ b/src/lib/libcrypto/doc/DH_set_method.pod | |||
@@ -82,8 +82,8 @@ the default engine for Diffie-Hellman opertaions is used. | |||
82 | 82 | ||
83 | =head1 RETURN VALUES | 83 | =head1 RETURN VALUES |
84 | 84 | ||
85 | DH_OpenSSL() and DH_get_default_method() return pointers to the respective | 85 | DH_OpenSSL() and DH_get_default_openssl_method() return pointers to the |
86 | DH_METHODs. | 86 | respective B<DH_METHOD>s. |
87 | 87 | ||
88 | DH_set_default_openssl_method() returns no value. | 88 | DH_set_default_openssl_method() returns no value. |
89 | 89 | ||