aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-04 22:00:32 +0000
committerWerner Koch <[email protected]>2002-08-04 22:00:32 +0000
commit705873c41b194a5e93e471be69dfebd0103aaa09 (patch)
tree168005c65941d88d81e9f11774118dfce8889b14 /cipher/cipher.c
parent* configure.ac (ALL_LINGUAS): Added Catalan. (diff)
downloadgnupg-705873c41b194a5e93e471be69dfebd0103aaa09.tar.gz
gnupg-705873c41b194a5e93e471be69dfebd0103aaa09.zip
Removed some obsolete header files.V1-1-91
Diffstat (limited to '')
-rw-r--r--cipher/cipher.c4
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