Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-25 02:53:50 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-25 02:53:50 +0300
commit39db27cb83d68a8be934381c06389d8e7c4a4846 (patch)
tree23eb61038e233a52e2168d9ef42c2b90818d286e /apps
parentcc81432b5b72649a47ae1e6fbf71be72efc006eb (diff)
Avoid double definition of config.
PR: 420
Diffstat (limited to 'apps')
-rw-r--r--apps/req.c1
1 files changed, 0 insertions, 1 deletions
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;