From: Richard Levitte Date: Tue, 24 Dec 2002 23:53:50 +0000 (+0000) Subject: Avoid double definition of config. X-Git-Tag: OpenSSL_0_9_7~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39db27cb83d68a8be934381c06389d8e7c4a4846;p=oweals%2Fopenssl.git Avoid double definition of config. PR: 420 --- diff --git a/apps/req.c b/apps/req.c index d8f3611ace..cffdcd1969 100644 --- a/apps/req.c +++ b/apps/req.c @@ -135,7 +135,6 @@ static int req_check_len(int len,int n_min,int n_max); static int check_end(char *str, char *end); #ifndef MONOLITH static char *default_config_file=NULL; -static CONF *config=NULL; #endif static CONF *req_conf=NULL; static int batch=0;