diff options
author | lloyd <[email protected]> | 2013-12-30 13:08:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-30 13:08:52 +0000 |
commit | d291e3e82513e046abfdf4b38d38a55483f789fd (patch) | |
tree | 17ca2fab777283e3ab244ce78721e7478e1555bb /src | |
parent | 6a5c0019c5976226c9b4c80bca3aff70efb82897 (diff) |
Remove debug headers
Diffstat (limited to 'src')
-rw-r--r-- | src/modes/aead/siv/siv.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modes/aead/siv/siv.cpp b/src/modes/aead/siv/siv.cpp index 15fb16aa0..a89c3dd08 100644 --- a/src/modes/aead/siv/siv.cpp +++ b/src/modes/aead/siv/siv.cpp @@ -12,9 +12,6 @@ #include <botan/internal/xor_buf.h> #include <algorithm> -#include <iostream> -#include <botan/hex.h> - namespace Botan { SIV_Mode::SIV_Mode(BlockCipher* cipher) : |