mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 02:56:55 +02:00
Change `reseed_counter` to be the number of requests made since the last reseed, rather than this number minus 1. Thus, reseed when `reseed_counter >= reseed_interval` rather than `reseed_counter > reseed_interval`. The field `reseed_counter` is private so this is not an API change. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>