diff options
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c index 761ec9b99..1924dcf16 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -27,9 +27,7 @@ #include "util.h" #include "errors.h" #include "cipher.h" -#include "des.h" -#include "blowfish.h" -#include "cast5.h" +#include "algorithms.h" #define MAX_BLOCKSIZE 16 |