Process extensions when they are there.

This commit is contained in:
Ben Laurie 1999-02-06 17:46:23 +00:00
parent 9f7646da25
commit 7ec218eb4a

View File

@ -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)) {