summaryrefslogtreecommitdiffstats
path: root/src/mbedTLS++/SslContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbedTLS++/SslContext.cpp')
-rw-r--r--src/mbedTLS++/SslContext.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mbedTLS++/SslContext.cpp b/src/mbedTLS++/SslContext.cpp
index 83bb1955e..bd512ce7c 100644
--- a/src/mbedTLS++/SslContext.cpp
+++ b/src/mbedTLS++/SslContext.cpp
@@ -12,8 +12,7 @@
cSslContext::cSslContext(void) :
- m_IsValid(false),
- m_HasHandshaken(false)
+ m_IsValid(false), m_HasHandshaken(false)
{
mbedtls_ssl_init(&m_Ssl);
}
@@ -151,7 +150,3 @@ int cSslContext::NotifyClose(void)
{
return mbedtls_ssl_close_notify(&m_Ssl);
}
-
-
-
-