diff options
author | lloyd <[email protected]> | 2010-06-15 21:59:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-15 21:59:23 +0000 |
commit | 416695f7363c4e93eaeaea23427a1fed3ad73cab (patch) | |
tree | ff1482f22f176733305583ad56855dae997d0d6d /src/stream/stream_cipher.h | |
parent | 6565cf0df1ed88a818aecf6de7635531e05c0871 (diff) |
Fix a few hundred Doxygen warnings
Diffstat (limited to 'src/stream/stream_cipher.h')
-rw-r--r-- | src/stream/stream_cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/stream_cipher.h b/src/stream/stream_cipher.h index 11b741a1a..c5d115a5d 100644 --- a/src/stream/stream_cipher.h +++ b/src/stream/stream_cipher.h @@ -39,7 +39,7 @@ class BOTAN_DLL StreamCipher : public SymmetricAlgorithm * @param iv the initialization vector * @param iv_len the length of the IV in bytes */ - virtual void set_iv(const byte[], u32bit iv_len) + virtual void set_iv(const byte iv[], u32bit iv_len) { if(iv_len) throw Invalid_Argument("The stream cipher " + name() + |