aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_srp6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_srp6.cpp')
-rw-r--r--src/tests/test_srp6.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test_srp6.cpp b/src/tests/test_srp6.cpp
index 741e9ef46..831df1b82 100644
--- a/src/tests/test_srp6.cpp
+++ b/src/tests/test_srp6.cpp
@@ -14,7 +14,8 @@ namespace Botan_Tests {
namespace {
-#if defined(BOTAN_HAS_SRP6)
+#if defined(BOTAN_HAS_SRP6) && defined(BOTAN_HAS_SHA2_32)
+
class SRP6_Unit_Tests final : public Test
{
public: