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/blowfish.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 'cipher/blowfish.c')
-rw-r--r-- | cipher/blowfish.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher/blowfish.c b/cipher/blowfish.c index d8ad1d00d..bf00fc462 100644 --- a/cipher/blowfish.c +++ b/cipher/blowfish.c @@ -36,8 +36,7 @@ #include <assert.h> #include "types.h" #include "errors.h" -#include "blowfish.h" -#include "dynload.h" +#include "algorithms.h" |