summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
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/apps.h
parent1a1422643baa22d6bf715c6afe1614c3c1ce1b12 (diff)
Reduce the header dependencies on engine.h in apps/.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 191097ffa7..634775d35d 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -67,8 +67,8 @@
#include <openssl/x509.h>
#include <openssl/lhash.h>
#include <openssl/conf.h>
-#include <openssl/engine.h>
#include <openssl/txt_db.h>
+#include <openssl/types.h>
int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
int app_RAND_write_file(const char *file, BIO *bio_e);