diff options
author | lloyd <[email protected]> | 2008-11-08 19:22:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 19:22:39 +0000 |
commit | 8f86d41613db588e4912fd23a61f7c6b3947e32a (patch) | |
tree | a73ec2d231700f6ac6063e07c94a37af7b81b941 /src/cipher/arc4/arc4.h | |
parent | e021640afb43a70d2950a8cce3d71f0b7dade777 (diff) |
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/cipher/arc4/arc4.h')
-rw-r--r-- | src/cipher/arc4/arc4.h | 3 |
1 files changed, 2 insertions, 1 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 { |