diff options
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 | ||