aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-25 01:08:50 -0500
committerJack Lloyd <[email protected]>2015-12-25 01:08:50 -0500
commit84eaa5cdd5c966d62475e223d26fce5946d261ef (patch)
tree56b959bd2254f68ef14c9f82c869cbaa4ffecffa /src/tests
parentf62bcf3fc89837aed451b4b07a7e795add205261 (diff)
Another Clang warning
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_dh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_dh.cpp b/src/tests/test_dh.cpp
index 643206031..a30564f92 100644
--- a/src/tests/test_dh.cpp
+++ b/src/tests/test_dh.cpp
@@ -28,7 +28,7 @@ class Diffie_Hellman_KAT_Tests : public PK_Key_Agreement_Test
{"KDF"})
{}
- std::string default_kdf(const VarMap&) { return "Raw"; }
+ std::string default_kdf(const VarMap&) const override { return "Raw"; }
std::unique_ptr<Botan::Private_Key> load_our_key(const VarMap& vars) override
{