aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ecies.cpp')
-rw-r--r--src/tests/test_ecies.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp
index 0ef7ca317..68edf71be 100644
--- a/src/tests/test_ecies.cpp
+++ b/src/tests/test_ecies.cpp
@@ -101,6 +101,8 @@ void check_encrypt_decrypt(Test::Result& result, const Botan::ECDH_PrivateKey& p
plaintext, std::vector<byte>());
}
+#if defined(BOTAN_HAS_KDF1_18033)
+
class ECIES_ISO_Tests : public Text_Based_Test
{
public:
@@ -197,6 +199,7 @@ class ECIES_ISO_Tests : public Text_Based_Test
BOTAN_REGISTER_TEST("ecies-iso", ECIES_ISO_Tests);
+#endif
class ECIES_Tests : public Text_Based_Test
{