summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-09-13 00:17:35 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-09-14 06:36:22 +0200
commit1d30b0a4ada5707e10ee9a94ca4acd2e45004d01 (patch)
treef1fe67dc0ded480c09977ea886968c452929b86f /providers
parentec0ce188f44b7ab261b1d691e34913b338479b1f (diff)
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)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/rands/drbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/rands/drbg.c b/providers/implementations/rands/drbg.c
index 5d364b1a21..08f3472561 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