aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_modes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_modes.cpp')
-rw-r--r--src/tests/test_modes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_modes.cpp b/src/tests/test_modes.cpp
index 3ac34760d..d707f4419 100644
--- a/src/tests/test_modes.cpp
+++ b/src/tests/test_modes.cpp
@@ -7,13 +7,13 @@
#include "tests.h"
-#if defined(BOTAN_HAS_MODES)
+#if defined(BOTAN_HAS_CIPHER_MODES)
#include <botan/cipher_mode.h>
#endif
namespace Botan_Tests {
-#if defined(BOTAN_HAS_MODES)
+#if defined(BOTAN_HAS_CIPHER_MODES)
class Cipher_Mode_Tests final : public Text_Based_Test
{