summaryrefslogtreecommitdiffstats
path: root/session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'session.hpp')
-rw-r--r--session.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.hpp b/session.hpp
index 29e3340..87a2276 100644
--- a/session.hpp
+++ b/session.hpp
@@ -210,7 +210,7 @@ class Session
// Integrity Algorithm Interface for the Session
std::unique_ptr<cipher::integrity::Interface> integrityAlgoInterface =
- nullptr;
+ nullptr;
// Last Transaction Time
decltype(std::chrono::steady_clock::now()) lastTime;
OpenPOWER on IntegriCloud