summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DH_set_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/DH_set_method.pod')
-rw-r--r--doc/crypto/DH_set_method.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/crypto/DH_set_method.pod b/doc/crypto/DH_set_method.pod
index 73261fc467..b49a50f8f5 100644
--- a/doc/crypto/DH_set_method.pod
+++ b/doc/crypto/DH_set_method.pod
@@ -8,7 +8,6 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method
=head1 SYNOPSIS
#include <openssl/dh.h>
- #include <openssl/engine.h>
void DH_set_default_method(const DH_METHOD *meth);
@@ -16,7 +15,7 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method
int DH_set_method(DH *dh, const DH_METHOD *meth);
- DH *DH_new_method(ENGINE *engine);
+ DH *DH_new_method(DH_METHOD *meth);
const DH_METHOD *DH_OpenSSL(void);