test/drbgtest.c: set the correct counter to trigger reseeding
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 13 Jul 2020 00:02:15 +0000 (02:02 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 22 Jul 2020 23:12:48 +0000 (01:12 +0200)
commitd1768e8298a35fcd8e6e19575e4a9b2e93e4d788
treec44a4c276913135430263675ba522fa6b4fcd09d
parent8e3e1dfeaaa4130e2bf1951d21a0615b7ce72c8f
test/drbgtest.c: set the correct counter to trigger reseeding

It's the generate counter (drbg->reseed_gen_counter), not the
reseed counter which needs to be raised above the reseed_interval.
This mix-up was partially caused by some recent renamings of DRBG
members variables, but that will be dealt with in a separate commit.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11195)
test/drbgtest.c