summaryrefslogtreecommitdiffstats
path: root/fips/rand
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-21 18:36:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-21 18:36:53 +0000
commitd57cc97f2418590e7e69d9846f52877bbe24cf94 (patch)
treec87861f4cf0c60dd407513d8d5450c6190c9cbc4 /fips/rand
parent05272d4c516fb1167581d35b31a7f815eafa9c57 (diff)
Remove unused variable.
Diffstat (limited to 'fips/rand')
-rw-r--r--fips/rand/fips_drbg_selftest.c1
1 files changed, 0 insertions, 1 deletions
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++)