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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp
index 0cbc5c2b4..a875b8947 100644
--- a/src/tests/test_ecies.cpp
+++ b/src/tests/test_ecies.cpp
@@ -101,7 +101,7 @@ void check_encrypt_decrypt(Test::Result& result, const Botan::ECDH_PrivateKey& p
plaintext, std::vector<byte>());
}
-#if defined(BOTAN_HAS_KDF1_18033)
+#if defined(BOTAN_HAS_KDF1_18033) && defined(BOTAN_HAS_SHA1)
class ECIES_ISO_Tests : public Text_Based_Test
{