diff options
Diffstat (limited to 'src/stream/ctr/ctr.h')
-rw-r--r-- | src/stream/ctr/ctr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ctr/ctr.h b/src/stream/ctr/ctr.h index 64b43b0f5..9f391da7e 100644 --- a/src/stream/ctr/ctr.h +++ b/src/stream/ctr/ctr.h @@ -48,7 +48,7 @@ class BOTAN_DLL CTR_BE : public StreamCipher void increment_counter(); BlockCipher* permutation; - SecureVector<byte> counter, buffer; + secure_vector<byte> counter, buffer; size_t position; }; |