mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Reinitialize conf to NULL whenver ca application is started.
Submitted by: Lennart Bang
This commit is contained in:
parent
69fb1c3f9d
commit
a32640b0f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user