From: Frederik Wedel-Heinen Date: Tue, 30 Jun 2026 15:22:54 +0000 (+0200) Subject: Removes two unused macros: MAX_RESEED_INTERVAL and MAX_RESEED_TIME_INTERVAL. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd2f291245c523692b655561e70a1e3fd5dfab1;p=thirdparty%2Fopenssl.git Removes two unused macros: MAX_RESEED_INTERVAL and MAX_RESEED_TIME_INTERVAL. Reviewed-by: Paul Dale Reviewed-by: Nikola Pajkovsky MergeDate: Fri Jul 3 19:29:48 2026 (Merged from https://github.com/openssl/openssl/pull/31745) --- diff --git a/providers/implementations/include/prov/drbg.h b/providers/implementations/include/prov/drbg.h index 84494a7e0ad..42fd8212aca 100644 --- a/providers/implementations/include/prov/drbg.h +++ b/providers/implementations/include/prov/drbg.h @@ -23,10 +23,6 @@ /* How many times to read the TSC as a randomness source. */ #define TSC_READ_COUNT 4 -/* Maximum reseed intervals */ -#define MAX_RESEED_INTERVAL (1 << 24) -#define MAX_RESEED_TIME_INTERVAL (1 << 20) /* approx. 12 days */ - /* Default reseed intervals */ #define RESEED_INTERVAL (1 << 8) #define TIME_INTERVAL (60 * 60) /* 1 hour */