diff options
Diffstat (limited to 'src/cipher/serpent/serpent.h')
-rw-r--r-- | src/cipher/serpent/serpent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher/serpent/serpent.h b/src/cipher/serpent/serpent.h index 76acff487..cac042185 100644 --- a/src/cipher/serpent/serpent.h +++ b/src/cipher/serpent/serpent.h @@ -6,7 +6,7 @@ #ifndef BOTAN_SERPENT_H__ #define BOTAN_SERPENT_H__ -#include <botan/base.h> +#include <botan/block_cipher.h> namespace Botan { |