From 7ec218eb4afb9fdd03d9c2b2490ced21c03a0517 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 6 Feb 1999 17:46:23 +0000 Subject: [PATCH] Process extensions when they are there. --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 42a3ac472b..07ef9ebb9d 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -689,7 +689,7 @@ bad: } extensions=CONF_get_string(conf,section,ENV_EXTENSIONS); - if(!extensions) { + if(extensions) { /* Check syntax of file */ if(!X509V3_EXT_add_conf(conf, NULL, extensions, NULL)) { -- 2.34.1