From f8efb43a88f8ad4fb931075c7cba8a3e023aa17f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 28 Jul 2020 22:09:51 -0400 Subject: Avoid arm_acle.h header guard in feature tests (GH #950) --- TestPrograms/test_arm_sha3.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'TestPrograms/test_arm_sha3.cxx') diff --git a/TestPrograms/test_arm_sha3.cxx b/TestPrograms/test_arm_sha3.cxx index ad6cb97c..e2940142 100644 --- a/TestPrograms/test_arm_sha3.cxx +++ b/TestPrograms/test_arm_sha3.cxx @@ -1,13 +1,7 @@ #include +#include #include -// test_acle.h determines if this is available. Then, -// -DCRYPTOPP_ARM_ACLE_HEADER=0 is added to CXXFLAGS -// if the ACLE header is not available. -#if (CRYPTOPP_ARM_ACLE_HEADER) -# include -#endif - int main(int argc, char* argv[]) { // SM4 block cipher -- cgit v1.2.1