Variables on the stack must be initialized or we can't depend on any
[openssl.git] / apps / x509.c
index 12b269f9ab70a29e4298f430f8dbc841d1d1ebac..8e4462dae765282310e234932452a0dc2344b37a 100644 (file)
@@ -479,7 +479,7 @@ bad:
 
        if (extfile)
                {
-               long errorline;
+               long errorline = -1;
                X509V3_CTX ctx2;
                extconf = NCONF_new(NULL);
                if (!NCONF_load(extconf, extfile,&errorline))