From 4bf3222d96c3afd63654342aef7a1abb7f2679fc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 4 May 2005 22:02:32 +0000 Subject: [PATCH] Delete unused variables. --- fips/hmac/fips_hmactest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fips/hmac/fips_hmactest.c b/fips/hmac/fips_hmactest.c index 2dc9b125bc..0ace943d34 100644 --- a/fips/hmac/fips_hmactest.c +++ b/fips/hmac/fips_hmactest.c @@ -146,7 +146,7 @@ int hmac_test(BIO *err, BIO *out, BIO *in) char *linebuf, *olinebuf, *p, *q; char *keyword, *value; unsigned char *Key = NULL, *Msg = NULL; - int Count, Klen, Tlen, have_key, have_mesg; + int Count, Klen, Tlen; long Keylen, Msglen; int ret = 0; int lnum = 0; @@ -160,8 +160,6 @@ int hmac_test(BIO *err, BIO *out, BIO *in) Count = -1; Klen = -1; Tlen = -1; - have_key = 0; - have_mesg = 0; while (BIO_gets(in, olinebuf, HMAC_TEST_MAXLINELEN) > 0) { -- 2.25.1