Fix bugs and typos.
[openssl.git] / crypto / conf / conf_mod.c
index 459a2d7df191383578ed0f6c239d5ac947754ad0..f92babc2e2977e9b08716ed24f53d7983db0ffaf 100644 (file)
@@ -165,7 +165,7 @@ int CONF_modules_load(const CONF *cnf, const char *appname,
 int CONF_modules_load_file(const char *filename, const char *appname,
                           unsigned long flags)
        {
-       char *file;
+       char *file = NULL;
        CONF *conf = NULL;
        int ret = 0;
        conf = NCONF_new(NULL);