diff options
Diffstat (limited to 'src/modes/modebase/modebase.h')
-rw-r--r-- | src/modes/modebase/modebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/modebase/modebase.h b/src/modes/modebase/modebase.h index a16b149be..9793c23d2 100644 --- a/src/modes/modebase/modebase.h +++ b/src/modes/modebase/modebase.h @@ -19,7 +19,7 @@ class BOTAN_DLL BlockCipherMode : public Keyed_Filter public: std::string name() const; - BlockCipherMode(const std::string&, const std::string&, + BlockCipherMode(BlockCipher*, const std::string&, u32bit, u32bit = 0, u32bit = 1); virtual ~BlockCipherMode() { delete cipher; } |