aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-03 06:16:46 -0400
committerJack Lloyd <[email protected]>2017-09-03 06:16:46 -0400
commit240e9ee5b6c15ce3f801afaa440f7bf422fba000 (patch)
tree593cba3529c2183054011f07b4cdce1e85900de5 /src
parente2036b0dba7084728b209fc3901398e8d46b72b9 (diff)
Add missing override
Diffstat (limited to 'src')
-rw-r--r--src/cli/tls_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/tls_utils.cpp b/src/cli/tls_utils.cpp
index 15341d974..810dfa39b 100644
--- a/src/cli/tls_utils.cpp
+++ b/src/cli/tls_utils.cpp
@@ -138,7 +138,7 @@ class TLS_Client_Hello_Reader final : public Command
TLS_Client_Hello_Reader()
: Command("tls_client_hello --hex input") {}
- virtual void go()
+ virtual void go() override
{
const std::string input_file = get_arg("input");
std::vector<uint8_t> input;