forked from qt-creator/qt-creator
whitespace
Change-Id: I67b156ab6f44ccdfe199b4928f6f62129b05b0b7 Reviewed-on: http://codereview.qt-project.org/5074 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
virtual Botan::BlockCipherMode *makeCipherMode(Botan::BlockCipher *cipher,
|
||||
Botan::BlockCipherModePaddingMethod *paddingMethod,
|
||||
const Botan::InitializationVector &iv,
|
||||
const Botan::SymmetricKey &key)=0;
|
||||
const Botan::SymmetricKey &key) = 0;
|
||||
virtual char ivChar() const = 0;
|
||||
virtual char keyChar() const = 0;
|
||||
virtual char macChar() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user