Implement health checks needed by SP800-90.
[openssl.git] / fips / rand / fips_drbg_hash.c
index ca3bce7320d6f6c4464c548897047f2fea1d8afc..f6135c031f8f35ebd7192eb673235f96fac019ed 100644 (file)
@@ -377,6 +377,7 @@ int fips_drbg_hash_init(DRBG_CTX *dctx)
        dctx->max_adin = DRBG_MAX_LENGTH;
 
        dctx->max_request = 1<<19;
+       dctx->reseed_interval = 1<<24;
 
        return 1;
        }