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/twofish.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cipher/twofish.c') diff --git a/cipher/twofish.c b/cipher/twofish.c index 175f7c414..5ed44872c 100644 --- a/cipher/twofish.c +++ b/cipher/twofish.c @@ -29,8 +29,7 @@ #include "types.h" /* for byte and u32 typedefs */ #include "util.h" #include "errors.h" -#include "dynload.h" - +#include "algorithms.h" /* Prototype for the self-test function. */ static const char *selftest(void); -- cgit v1.2.3