diff --git a/providers/implementations/rands/drbg.c b/providers/implementations/rands/drbg.c index 5d364b1a21d84..08f34725614aa 100644 --- a/providers/implementations/rands/drbg.c +++ b/providers/implementations/rands/drbg.c @@ -587,7 +587,7 @@ int PROV_DRBG_reseed(PROV_DRBG *drbg, int prediction_resistance, } if (ent != NULL) { -#ifdef FIP_MODULE +#ifdef FIPS_MODULE /* * NIST SP-800-90A mandates that entropy *shall not* be provided * by the consuming application. Instead the data is added as additional