To match changes in #25526
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25536)
### Changes between 3.3 and 3.4 [xx XXX xxxx]
+ * For the FIPS provider only, replaced the primary DRBG with a continuous
+ health check module. This also removes the now forbidden DRBG chaining.
+
+ *Paul Dale*
+
* Improved base64 BIO correctness and error reporting.
*Viktor Dukhovni*