aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-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);
}