summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/filters.h b/filters.h
index 5fda823d..9cebc3d9 100644
--- a/filters.h
+++ b/filters.h
@@ -547,9 +547,10 @@ protected:
StreamTransformation &m_cipher;
BlockPaddingScheme m_padding;
+ unsigned int m_mandatoryBlockSize;
unsigned int m_optimalBufferSize;
- // TODO: do we need this?
- bool m_authenticated;
+ unsigned int m_reservedBufferSize;
+ bool m_isSpecial;
};
//! \class HashFilter