diff options
author | David Carlier <[email protected]> | 2019-11-30 14:17:45 +0000 |
---|---|---|
committer | David Carlier <[email protected]> | 2019-11-30 14:17:45 +0000 |
commit | 69c171109b69cad55036e773480e043947e0dd7f (patch) | |
tree | 411f98886e3eac83794a5816c4c7e9e1d450da4c | |
parent | 62912522daa1ca140a04f3cbe3c4f9f59911dcdb (diff) |
attemp_srp is overriding thus marking explicitally
-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; } |