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/cast5.c | |
parent | * configure.ac (ALL_LINGUAS): Added Catalan. (diff) | |
download | gnupg-1-1-91.tar.gz gnupg-1-1-91.zip |
Removed some obsolete header files.V1-1-91
Diffstat (limited to '')
-rw-r--r-- | cipher/cast5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cast5.c b/cipher/cast5.c index c99b47e13..6373886f5 100644 --- a/cipher/cast5.c +++ b/cipher/cast5.c @@ -41,7 +41,7 @@ #include <string.h> #include "types.h" #include "errors.h" -#include "cast5.h" +#include "algorithms.h" #define CIPHER_ALGO_CAST5 3 |