diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/rijndael.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rijndael.c b/cipher/rijndael.c index cd29beaad..62c5bc23a 100644 --- a/cipher/rijndael.c +++ b/cipher/rijndael.c @@ -41,7 +41,7 @@ #include "types.h" /* for byte and u32 typedefs */ #include "util.h" #include "errors.h" -#include "dynload.h" +#include "algorithms.h" #define MAXKC (256/32) #define MAXROUNDS 14 |