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