Fix warning.
authorBen Laurie <ben@openssl.org>
Wed, 8 May 2002 15:13:24 +0000 (15:13 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 8 May 2002 15:13:24 +0000 (15:13 +0000)
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);