aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/ctr/ctr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/stream/ctr/ctr.h')
-rw-r--r--src/lib/stream/ctr/ctr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/stream/ctr/ctr.h b/src/lib/stream/ctr/ctr.h
index e7b88bf5e..e174848b8 100644
--- a/src/lib/stream/ctr/ctr.h
+++ b/src/lib/stream/ctr/ctr.h
@@ -54,6 +54,7 @@ class BOTAN_PUBLIC_API(2,0) CTR_BE final : public StreamCipher
std::unique_ptr<BlockCipher> m_cipher;
secure_vector<uint8_t> m_counter, m_pad;
std::vector<uint8_t> m_iv;
+ const size_t m_block_size;
size_t m_ctr_size;
size_t m_pad_pos;
};