]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sat, 12 Sep 2020 22:17:35 +0000 (00:17 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 14 Sep 2020 04:36:22 +0000 (06:36 +0200)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12866)

providers/implementations/rands/drbg.c

index 5d364b1a21d841da3f2342c74110a37c641bb112..08f34725614aa1cc4b4d09f50996011c3912e320 100644 (file)
@@ -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