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:
cc81432
)
Avoid double definition of config.
author
Richard Levitte
<levitte@openssl.org>
Tue, 24 Dec 2002 23:53:50 +0000
(23:53 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 24 Dec 2002 23:53:50 +0000
(23:53 +0000)
PR: 420
apps/req.c
patch
|
blob
|
history
diff --git
a/apps/req.c
b/apps/req.c
index d8f3611ace538b67f18541704c70bd6ea4909d90..cffdcd19693344c3cbe9743561e02d43b9680024 100644
(file)
--- 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;