aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-03 23:08:45 +0000
committerBodo Möller <bodo@openssl.org>1999-09-03 23:08:45 +0000
commitb74ba295da96a0aebefd52161629230329265c68 (patch)
tree8184c4f8409a2ad570ed81ae5783d694bfca0bd7 /apps/req.c
parentba3a6e7262c44818d3b4b9a090b7ed9f7d74e639 (diff)
downloadopenssl-b74ba295da96a0aebefd52161629230329265c68.tar.gz
Reinitialize global variables when necessary (for monolith application).
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/req.c b/apps/req.c
index cc524de8e2..ce2e190b39 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -152,6 +152,7 @@ int MAIN(int argc, char **argv)
MS_STATIC char config_name[256];
#endif
+ req_conf = NULL;
#ifndef NO_DES
cipher=EVP_des_ede3_cbc();
#endif