From 0e2cc42cfb4d09c19140f89853e3f0cf4d8c5142 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 9 Oct 2002 15:36:23 +0000 Subject: Make sure that the 'config' variable is correctly defined and declared for monolithic as well as non-monolithic biuld. More work is probably needed in this area. PR: 144 --- apps/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/openssl.c') diff --git a/apps/openssl.c b/apps/openssl.c index 1c4a4291aa..d093715676 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -139,11 +139,11 @@ static unsigned long MS_CALLBACK hash(const void *a_void); static int MS_CALLBACK cmp(const void *a_void,const void *b_void); static LHASH *prog_init(void ); static int do_cmd(LHASH *prog,int argc,char *argv[]); -CONF *config=NULL; char *default_config_file=NULL; /* Make sure there is only one when MONOLITH is defined */ #ifdef MONOLITH +CONF *config=NULL; BIO *bio_err=NULL; #endif -- cgit v1.2.3