Process extensions when they are there.
This commit is contained in:
parent
9f7646da25
commit
7ec218eb4a
@ -689,7 +689,7 @@ bad:
|
|||||||
}
|
}
|
||||||
|
|
||||||
extensions=CONF_get_string(conf,section,ENV_EXTENSIONS);
|
extensions=CONF_get_string(conf,section,ENV_EXTENSIONS);
|
||||||
if(!extensions) {
|
if(extensions) {
|
||||||
|
|
||||||
/* Check syntax of file */
|
/* Check syntax of file */
|
||||||
if(!X509V3_EXT_add_conf(conf, NULL, extensions, NULL)) {
|
if(!X509V3_EXT_add_conf(conf, NULL, extensions, NULL)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user