From: Ben Laurie Date: Sat, 6 Feb 1999 17:46:23 +0000 (+0000) Subject: Process extensions when they are there. X-Git-Tag: OpenSSL_0_9_2b~188 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=7ec218eb4afb9fdd03d9c2b2490ced21c03a0517 Process extensions when they are there. --- 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)) {