diff options
Diffstat (limited to 'lib/libcrypto/doc/DH_set_method.pod')
-rw-r--r-- | lib/libcrypto/doc/DH_set_method.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/doc/DH_set_method.pod b/lib/libcrypto/doc/DH_set_method.pod index 2a4c2735cb7..d82fe7377a2 100644 --- a/lib/libcrypto/doc/DH_set_method.pod +++ b/lib/libcrypto/doc/DH_set_method.pod @@ -89,8 +89,6 @@ DH_set_default_method() is used. DH_OpenSSL() and DH_get_default_method() return pointers to the respective B<DH_METHOD>s. -DH_set_default_method() returns no value. - DH_set_method() returns non-zero if the provided B<meth> was successfully set as the method for B<dh> (including unloading the ENGINE handle if the previous method was supplied by an ENGINE). |