diff --git a/crypto/drbg.c b/crypto/drbg.c index 0a603184cde5..211757f3f972 100644 --- a/crypto/drbg.c +++ b/crypto/drbg.c @@ -2095,7 +2095,7 @@ static inline void __init drbg_fill_array(struct rng_alg *alg, * it is selected. */ if (fips_enabled) - alg->base.cra_priority += 200; + alg->base.cra_priority += 2000; alg->base.cra_ctxsize = sizeof(struct drbg_state); alg->base.cra_module = THIS_MODULE;