aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-15 19:37:14 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-15 19:37:14 +0000
commit095aadc43faa829bef179db2aba29e31b0b6181f (patch)
tree498fe69cfbe3087cbd674aaf3b52d3b010323689 /apps
parent68a1c6b0d9957d95a44453ceda50c30c71494bbc (diff)
downloadopenssl-095aadc43faa829bef179db2aba29e31b0b6181f.tar.gz
Move up inclusion of conf.h, so non-MONOLITH programs can benefit from
it as well, especially in apps.c.
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 151a94e919..82587b9770 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -66,6 +66,7 @@
#include <openssl/crypto.h>
#include <openssl/x509.h>
#include <openssl/lhash.h>
+#include <openssl/conf.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);
@@ -99,7 +100,6 @@ extern BIO *bio_err;
#else
#define MAIN(a,v) PROG(a,v)
-#include <openssl/conf.h>
extern LHASH *config;
extern char *default_config_file;
extern BIO *bio_err;