diff options
Diffstat (limited to 'providers')
-rw-r--r-- | providers/fips/fipsprov.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/providers/fips/fipsprov.c b/providers/fips/fipsprov.c index 90491b0e5f..70826181e5 100644 --- a/providers/fips/fipsprov.c +++ b/providers/fips/fipsprov.c @@ -632,9 +632,6 @@ int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, goto err; } - /* TODO(3.0): Tests will hang if this is removed */ - (void)RAND_get0_public(libctx); - *out = fips_dispatch_table; return 1; err: |