mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12866)
This commit is contained in:
parent
ec0ce188f4
commit
1d30b0a4ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user