diff options
Diffstat (limited to 'src/mbedTLS++/EntropyContext.cpp')
-rw-r--r-- | src/mbedTLS++/EntropyContext.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mbedTLS++/EntropyContext.cpp b/src/mbedTLS++/EntropyContext.cpp index a5cdcb89e..6092976ea 100644 --- a/src/mbedTLS++/EntropyContext.cpp +++ b/src/mbedTLS++/EntropyContext.cpp @@ -23,7 +23,3 @@ cEntropyContext::~cEntropyContext() { mbedtls_entropy_free(&m_Entropy); } - - - - |