aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-05 08:04:08 +0000
committerlloyd <[email protected]>2015-02-05 08:04:08 +0000
commitcb8606277d4b2f5ef1cf33e3d24b982ce1286373 (patch)
tree69acbc7a789268d498a06b655c77742228a30e83 /src/lib/modes/cipher_mode.cpp
parentcb0f83ae63c4555cbdd0607e3a5f6e9260c0d19c (diff)
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
Diffstat (limited to 'src/lib/modes/cipher_mode.cpp')
-rw-r--r--src/lib/modes/cipher_mode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/modes/cipher_mode.cpp b/src/lib/modes/cipher_mode.cpp
index f568415f4..095ef9008 100644
--- a/src/lib/modes/cipher_mode.cpp
+++ b/src/lib/modes/cipher_mode.cpp
@@ -6,6 +6,7 @@
*/
#include <botan/cipher_mode.h>
+#include <botan/stream_mode.h>
#include <botan/lookup.h>
#include <sstream>