Stop warnings.
[openssl.git] / fips / ecdsa / fips_ecdsavs.c
index a162f4289c97f40ee19fdfed2d5ca8abf08d4bd0..9087b0678f6f07c5a9f2e7f9e0b54818cb2bed94 100644 (file)
@@ -312,7 +312,7 @@ static int SigVer(void)
        {
        char buf[2048], lbuf[2048];
        char *keyword, *value;
-       unsigned char *msg;
+       unsigned char *msg = NULL;
        int curve_nid = NID_undef;
        long mlen;
        BIGNUM *Qx = NULL, *Qy = NULL;