Commit 7ec218eb authored by Ben Laurie's avatar Ben Laurie
Browse files

Process extensions when they are there.

parent 9f7646da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {