aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_finished.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/msg_finished.cpp')
-rw-r--r--src/lib/tls/msg_finished.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/tls/msg_finished.cpp b/src/lib/tls/msg_finished.cpp
index 65cfa607f..a55d3030a 100644
--- a/src/lib/tls/msg_finished.cpp
+++ b/src/lib/tls/msg_finished.cpp
@@ -10,9 +10,7 @@
#include <botan/internal/tls_handshake_io.h>
#include <botan/internal/tls_handshake_state.h>
-namespace Botan {
-
-namespace TLS {
+namespace Botan::TLS {
namespace {
@@ -87,5 +85,3 @@ bool Finished::verify(const Handshake_State& state,
}
}
-
-}