summaryrefslogtreecommitdiffstats
path: root/providers/common/der/der_rsa.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/der/der_rsa.c.in')
-rw-r--r--providers/common/der/der_rsa.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/common/der/der_rsa.c.in b/providers/common/der/der_rsa.c.in
index fb936d2966..5abf079398 100644
--- a/providers/common/der/der_rsa.c.in
+++ b/providers/common/der/der_rsa.c.in
@@ -50,7 +50,7 @@ int DER_w_algorithmIdentifier_RSA_with(WPACKET *pkt, int tag,
size_t precompiled_sz = 0;
switch (mdnid) {
-#ifndef FIPS_MODE
+#ifndef FIPS_MODULE
MD_CASE(md2);
MD_CASE(md5);
#endif