diff options
author | Jack Lloyd <[email protected]> | 2019-11-30 10:53:03 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-11-30 10:53:03 -0500 |
commit | 4aa90eb8e530ae611fba712b54c7a73720c2ad60 (patch) | |
tree | 411f98886e3eac83794a5816c4c7e9e1d450da4c /src | |
parent | 62912522daa1ca140a04f3cbe3c4f9f59911dcdb (diff) | |
parent | 69c171109b69cad55036e773480e043947e0dd7f (diff) |
Merge GH #2207 Add mising override
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/unit_tls.cpp | 2 |
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; } |