aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher
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/cipher
parente021640afb43a70d2950a8cce3d71f0b7dade777 (diff)
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/cipher')
-rw-r--r--src/cipher/arc4/arc4.h3
-rw-r--r--src/cipher/lion/lion.h1
-rw-r--r--src/cipher/salsa20/salsa20.h2
-rw-r--r--src/cipher/turing/turing.h2
-rw-r--r--src/cipher/wid_wake/wid_wake.h2
5 files changed, 6 insertions, 4 deletions
diff --git a/src/cipher/arc4/arc4.h b/src/cipher/arc4/arc4.h
index c99691484..0976ce7ea 100644
--- a/src/cipher/arc4/arc4.h
+++ b/src/cipher/arc4/arc4.h
@@ -6,7 +6,8 @@
#ifndef BOTAN_ARC4_H__
#define BOTAN_ARC4_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
+#include <botan/types.h>
namespace Botan {
diff --git a/src/cipher/lion/lion.h b/src/cipher/lion/lion.h
index 1f8e1ab9c..9b8133143 100644
--- a/src/cipher/lion/lion.h
+++ b/src/cipher/lion/lion.h
@@ -7,6 +7,7 @@
#define BOTAN_LION_H__
#include <botan/base.h>
+#include <botan/stream_cipher.h>
#include <botan/hash.h>
namespace Botan {
diff --git a/src/cipher/salsa20/salsa20.h b/src/cipher/salsa20/salsa20.h
index e107d8569..345a8dbbd 100644
--- a/src/cipher/salsa20/salsa20.h
+++ b/src/cipher/salsa20/salsa20.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_SALSA20_H__
#define BOTAN_SALSA20_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
namespace Botan {
diff --git a/src/cipher/turing/turing.h b/src/cipher/turing/turing.h
index a73d08d07..f50fd9370 100644
--- a/src/cipher/turing/turing.h
+++ b/src/cipher/turing/turing.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_TURING_H__
#define BOTAN_TURING_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
namespace Botan {
diff --git a/src/cipher/wid_wake/wid_wake.h b/src/cipher/wid_wake/wid_wake.h
index 09171a8f5..284572910 100644
--- a/src/cipher/wid_wake/wid_wake.h
+++ b/src/cipher/wid_wake/wid_wake.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_WIDER_WAKE_H__
#define BOTAN_WIDER_WAKE_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
namespace Botan {