diff --git a/Configure b/Configure index 885970b89..8b5efd6b1 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 15027ed3d..861e3def9 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -35,7 +35,7 @@ # endif # endif -#ifdef OPENSSL_FIPSCANISTERBUILD +#ifdef OPENSSL_FIPSCANISTER #include #endif