diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/twofish.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |