From 705873c41b194a5e93e471be69dfebd0103aaa09 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 4 Aug 2002 22:00:32 +0000 Subject: Removed some obsolete header files. --- cipher/cipher.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cipher/cipher.c') 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 -- cgit v1.2.3