From: Dr. Stephen Henson Date: Wed, 21 Sep 2011 18:36:53 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: OpenSSL-fips-2_0-rc1~130 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d57cc97f2418590e7e69d9846f52877bbe24cf94;p=oweals%2Fopenssl.git Remove unused variable. --- diff --git a/fips/rand/fips_drbg_selftest.c b/fips/rand/fips_drbg_selftest.c index 3bc7eab95c..a73bbe6707 100644 --- a/fips/rand/fips_drbg_selftest.c +++ b/fips/rand/fips_drbg_selftest.c @@ -765,7 +765,6 @@ static int fips_drbg_health_check(DRBG_CTX *dctx, DRBG_SELFTEST_DATA *td) int fips_drbg_kat(DRBG_CTX *dctx, int nid, unsigned int flags) { - int rv; DRBG_SELFTEST_DATA *td; flags |= DRBG_FLAG_TEST; for (td = drbg_test; td->nid != 0; td++)