aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-09 19:59:09 -0400
committerJack Lloyd <[email protected]>2018-04-09 19:59:09 -0400
commit99bffd403a87527acefc3b5517370dc5fc99b390 (patch)
tree9c487fbf6643ee19446b8847fb285d589aa5a39a
parent743b1e9ee9cfe05ccd72c42c46e989bbb3f600f3 (diff)
Add missing override
-rw-r--r--src/tests/test_tls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_tls.cpp b/src/tests/test_tls.cpp
index 73400a964..702919290 100644
--- a/src/tests/test_tls.cpp
+++ b/src/tests/test_tls.cpp
@@ -108,7 +108,7 @@ class TLS_CBC_Tests final : public Text_Based_Test
void add_data(const uint8_t[], size_t) override {}
- void final_result(uint8_t out[])
+ void final_result(uint8_t out[]) override
{
std::memset(out, 0, m_mac_len);
}