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