Process extensions when they are there.
authorBen Laurie <ben@openssl.org>
Sat, 6 Feb 1999 17:46:23 +0000 (17:46 +0000)
committerBen Laurie <ben@openssl.org>
Sat, 6 Feb 1999 17:46:23 +0000 (17:46 +0000)
apps/ca.c

index 42a3ac472b83b9e270654ae354d5041110be3db1..07ef9ebb9d6fa63d18aca99d16ee095a4f512c8d 100644 (file)
--- 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)) {