Remove unused variable.
This commit is contained in:
parent
05272d4c51
commit
d57cc97f24
@ -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 fips_drbg_kat(DRBG_CTX *dctx, int nid, unsigned int flags)
|
||||||
{
|
{
|
||||||
int rv;
|
|
||||||
DRBG_SELFTEST_DATA *td;
|
DRBG_SELFTEST_DATA *td;
|
||||||
flags |= DRBG_FLAG_TEST;
|
flags |= DRBG_FLAG_TEST;
|
||||||
for (td = drbg_test; td->nid != 0; td++)
|
for (td = drbg_test; td->nid != 0; td++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user