Change default directory for storing the .rnd file on Windows
[openssl.git] / doc / crypto / DH_set_method.pod
index 25caa3642704af80a1b3cb065614dc84e29b26a2..cd75a9b5490f55c706e13f501ed3003780959d9b 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);
 
@@ -74,8 +73,6 @@ returns a pointer to the newly allocated structure.
 
 L<dh(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.