提交 a32640b0 编写于 作者: B Bodo Möller

Reinitialize conf to NULL whenver ca application is started.

Submitted by: Lennart Bang
上级 69fb1c3f
......@@ -206,7 +206,7 @@ static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst,
X509_REQ *req, char *ext_sect, LHASH *conf);
static int do_revoke(X509 *x509, TXT_DB *db);
static int check_time_format(char *str);
static LHASH *conf;
static LHASH *conf=NULL;
static char *key=NULL;
static char *section=NULL;
......@@ -273,6 +273,7 @@ EF_ALIGNMENT=0;
apps_startup();
conf = NULL;
key = NULL;
section = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册