A small detail: since 0.9.7, DH_new_method() and DSA_new_method()
[openssl.git] / doc / crypto / DH_set_method.pod
index 73261fc4675ddaeb4e0955fe17bdda840678f478..b49a50f8f588c297bd982201061706fdcff8d2c6 100644 (file)
@@ -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);