aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/unit_tls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_tls.cpp b/src/tests/unit_tls.cpp
index d8c4fb9e3..527d797d7 100644
--- a/src/tests/unit_tls.cpp
+++ b/src/tests/unit_tls.cpp
@@ -324,7 +324,7 @@ create_srp6_creds(Botan::RandomNumberGenerator& rng)
}
bool attempt_srp(const std::string& /*type*/,
- const std::string& /*context*/)
+ const std::string& /*context*/) override
{
return true;
}