summaryrefslogtreecommitdiff
path: root/apps/gendh.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-12 02:39:06 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-12 02:39:06 +0000
commit1372965e2ebed49c810978e00be50006f1d7219a (patch)
tree0685aa385c2ff6250d4ea46af92ba94a72f00495 /apps/gendh.c
parent1a1422643baa22d6bf715c6afe1614c3c1ce1b12 (diff)
downloadopenssl-new-1372965e2ebed49c810978e00be50006f1d7219a.tar.gz
Reduce the header dependencies on engine.h in apps/.
Diffstat (limited to 'apps/gendh.c')
-rw-r--r--apps/gendh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gendh.c b/apps/gendh.c
index e8f8493c5f..83cbff9120 100644
--- a/apps/gendh.c
+++ b/apps/gendh.c
@@ -70,7 +70,6 @@
#include <openssl/dh.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
-#include <openssl/engine.h>
#define DEFBITS 512
#undef PROG