diff options
Diffstat (limited to 'src/mbedTLS++/CallbackSslContext.cpp')
-rw-r--r-- | src/mbedTLS++/CallbackSslContext.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mbedTLS++/CallbackSslContext.cpp b/src/mbedTLS++/CallbackSslContext.cpp index 8dc8486d3..ecd039750 100644 --- a/src/mbedTLS++/CallbackSslContext.cpp +++ b/src/mbedTLS++/CallbackSslContext.cpp @@ -1,7 +1,8 @@ // CallbackSslContext.cpp -// Declares the cCallbackSslContext class representing a SSL context wrapper that uses callbacks to read and write SSL peer data +// Declares the cCallbackSslContext class representing a SSL context wrapper that uses callbacks to read and write SSL +// peer data #include "Globals.h" #include "CallbackSslContext.h" @@ -52,8 +53,3 @@ int cCallbackSslContext::SendEncrypted(const unsigned char * a_Buffer, size_t a_ } return m_Callbacks->SendEncrypted(a_Buffer, a_NumBytes); } - - - - - |