Fix warnings.
[openssl.git] / fips / hmac / fips_hmac_selftest.c
index 5b513c991ae49b192145eea63104af57650e54bc..037761ce9f14a6467a2ef4fe880f2d3b6021f1c1 100644 (file)
@@ -120,7 +120,7 @@ int FIPS_selftest_hmac()
        unsigned char   out[EVP_MAX_MD_SIZE];
        const EVP_MD   *md;
        const HMAC_KAT *t;
-       int rv = 1, subid;
+       int rv = 1, subid = -1;
        HMAC_CTX c;
        HMAC_CTX_init(&c);