From 76bef7302e256e896300bf293582dab87e0b7233 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 9 Sep 2016 14:23:09 -0400 Subject: Add missing guard --- src/tests/test_fpe.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tests/test_fpe.cpp') diff --git a/src/tests/test_fpe.cpp b/src/tests/test_fpe.cpp index 38c4f9a1c..10f7ceca0 100644 --- a/src/tests/test_fpe.cpp +++ b/src/tests/test_fpe.cpp @@ -12,6 +12,8 @@ namespace Botan_Tests { +#if defined(BOTAN_HAS_FPE_FE1) + class FPE_FE1_Tests : public Text_Based_Test { public: @@ -42,4 +44,6 @@ class FPE_FE1_Tests : public Text_Based_Test BOTAN_REGISTER_TEST("fpe_fe1", FPE_FE1_Tests); +#endif + } -- cgit v1.2.3