Skip to content

Commit

Permalink
prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from openssl#12866)
  • Loading branch information
mspncp committed Sep 14, 2020
1 parent ec0ce18 commit 1d30b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/rands/drbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d30b0a

Please sign in to comment.