summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xConfigure1
-rw-r--r--crypto/arm_arch.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 885970b898..8b5efd6b1b 100755
--- a/Configure
+++ b/Configure
@@ -1518,6 +1518,7 @@ if ($fips)
if ($fipscanisterinternal eq "y")
{
$openssl_other_defines.="#define OPENSSL_FIPSCANISTER\n";
+ $cflags = "-DOPENSSL_FIPSCANISTER $cflags";
}
}
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 15027ed3de..861e3def9e 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -35,7 +35,7 @@
# endif
# endif
-#ifdef OPENSSL_FIPSCANISTERBUILD
+#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif