From 1d5121552d9bbe8c03f4550ba8bbac72202cee7a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 22 Jul 2011 14:20:50 +0000 Subject: [PATCH] Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files. --- Configure | 1 + crypto/arm_arch.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 #endif -- 2.40.0