diff options
author | Werner Koch <[email protected]> | 2002-08-04 22:00:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-04 22:00:32 +0000 |
commit | 705873c41b194a5e93e471be69dfebd0103aaa09 (patch) | |
tree | 168005c65941d88d81e9f11774118dfce8889b14 /cipher/cipher.c | |
parent | * configure.ac (ALL_LINGUAS): Added Catalan. (diff) | |
download | gnupg-705873c41b194a5e93e471be69dfebd0103aaa09.tar.gz gnupg-705873c41b194a5e93e471be69dfebd0103aaa09.zip |
Removed some obsolete header files.V1-1-91
Diffstat (limited to '')
-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 |