projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05272d4
)
Remove unused variable.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 21 Sep 2011 18:36:53 +0000
(18:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 21 Sep 2011 18:36:53 +0000
(18:36 +0000)
fips/rand/fips_drbg_selftest.c
patch
|
blob
|
history
diff --git
a/fips/rand/fips_drbg_selftest.c
b/fips/rand/fips_drbg_selftest.c
index 3bc7eab95ca77ddd9305de8f8be206c547eb0358..a73bbe6707773de5e0bd6e5a673bfa7fa8ac187c 100644
(file)
--- 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++)