projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a1c6b
)
Move up inclusion of conf.h, so non-MONOLITH programs can benefit from
author
Richard Levitte
<levitte@openssl.org>
Fri, 15 Sep 2000 19:37:14 +0000
(19:37 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 15 Sep 2000 19:37:14 +0000
(19:37 +0000)
it as well, especially in apps.c.
apps/apps.h
patch
|
blob
|
history
diff --git
a/apps/apps.h
b/apps/apps.h
index 151a94e9195db35bc338a1d6d80e6d376a7258eb..82587b977056c9ef64918c0211ca0c64f9088350 100644
(file)
--- 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;