aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:22:39 +0000
committerlloyd <[email protected]>2008-11-08 19:22:39 +0000
commit8f86d41613db588e4912fd23a61f7c6b3947e32a (patch)
treea73ec2d231700f6ac6063e07c94a37af7b81b941 /src/libstate
parente021640afb43a70d2950a8cce3d71f0b7dade777 (diff)
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/libstate')
-rw-r--r--src/libstate/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstate/engine.h b/src/libstate/engine.h
index bd8d1b408..3279cdcf9 100644
--- a/src/libstate/engine.h
+++ b/src/libstate/engine.h
@@ -7,6 +7,7 @@
#define BOTAN_ENGINE_H__
#include <botan/base.h>
+#include <botan/stream_cipher.h>
#include <botan/hash.h>
#include <botan/mac.h>