non-Monolith fixes.
[openssl.git] / apps / req.c
index a6daf6287e2aa4e8494814d239c011eea81aa2c1..ba2167aabd071a62a7b6181fdd46b15672d52675 100644 (file)
@@ -181,6 +181,7 @@ int MAIN(int argc, char **argv)
        unsigned long chtype = MBSTRING_ASC;
 #ifndef MONOLITH
        MS_STATIC char config_name[256];
+       long errline;
 #endif
 
        req_conf = NULL;
@@ -529,7 +530,7 @@ bad:
                }
        default_config_file=p;
        config=NCONF_new(NULL);
-       i=NCONF_load(config, p);
+       i=NCONF_load(config, p, &errline);
 #endif
 
        if (template != NULL)