From d3da41380064015add8ffc16c91dbfa57cbd954b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 27 Feb 2018 22:38:29 +0000 Subject: Add a test that we can setup Blowfish encryption properly --- lib/common/Guards.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/common') diff --git a/lib/common/Guards.h b/lib/common/Guards.h index 46b6d2bd..3637b261 100644 --- a/lib/common/Guards.h +++ b/lib/common/Guards.h @@ -110,6 +110,11 @@ public: return (type)mpBlock; } + int GetSize() const + { + return mBlockSize; + } + void Resize(int NewSize) { void *ptrn = ::realloc(mpBlock, NewSize); -- cgit v1.2.3