summaryrefslogtreecommitdiffstats
path: root/src/mbedTLS++/EntropyContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbedTLS++/EntropyContext.h')
-rw-r--r--src/mbedTLS++/EntropyContext.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mbedTLS++/EntropyContext.h b/src/mbedTLS++/EntropyContext.h
index 1c1695340..8532f33b8 100644
--- a/src/mbedTLS++/EntropyContext.h
+++ b/src/mbedTLS++/EntropyContext.h
@@ -18,14 +18,11 @@
class cEntropyContext
{
friend class cCtrDrbgContext;
-public:
+
+ public:
cEntropyContext(void);
~cEntropyContext();
-protected:
+ protected:
mbedtls_entropy_context m_Entropy;
-} ;
-
-
-
-
+};