diff options
author | René Korthaus <[email protected]> | 2016-01-13 19:38:11 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-01-13 19:38:11 +0100 |
commit | 09365199f758110a96c538d04c2f8ff90b9b86b6 (patch) | |
tree | 70c3396882eeb07b2c5e58f3c32387b865b8937a /src/tests/unit_tls.cpp | |
parent | 5305d7f5da142ecf5e9a88e9680a02622e006cb1 (diff) |
Enable -Wpedantic on gcc and clang
Diffstat (limited to 'src/tests/unit_tls.cpp')
-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 3996b36b0..0fa208858 100644 --- a/src/tests/unit_tls.cpp +++ b/src/tests/unit_tls.cpp @@ -163,7 +163,7 @@ std::function<void (const byte[], size_t)> queue_inserter(std::vector<byte>& q) void print_alert(Botan::TLS::Alert, const byte[], size_t) { - }; + } Test::Result test_tls_handshake(Botan::TLS::Protocol_Version offer_version, Botan::Credentials_Manager& creds, |