Skip to content

Commit 9dd4813

Browse files
committed
prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
1 parent 0807370 commit 9dd4813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • providers/implementations/rands

providers/implementations/rands/drbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ int PROV_DRBG_reseed(PROV_DRBG *drbg, int prediction_resistance,
587587
}
588588

589589
if (ent != NULL) {
590-
#ifdef FIP_MODULE
590+
#ifdef FIPS_MODULE
591591
/*
592592
* NIST SP-800-90A mandates that entropy *shall not* be provided
593593
* by the consuming application. Instead the data is added as additional

0 commit comments

Comments
 (0)