aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/twofish.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-21 05:25:29 +0000
committerWerner Koch <[email protected]>1999-01-21 05:25:29 +0000
commit9ef0f26270cb4c21686b69f34cb8768cb7a22e5d (patch)
tree976c623aa7666cd3578725dbb600efc971a40e7f /cipher/twofish.c
parentSee ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch (diff)
downloadgnupg-9ef0f26270cb4c21686b69f34cb8768cb7a22e5d.tar.gz
gnupg-9ef0f26270cb4c21686b69f34cb8768cb7a22e5d.zip
See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner KochV0-9-2
Diffstat (limited to 'cipher/twofish.c')
-rw-r--r--cipher/twofish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/twofish.c b/cipher/twofish.c
index d52377f76..6ff7dee9f 100644
--- a/cipher/twofish.c
+++ b/cipher/twofish.c
@@ -22,6 +22,7 @@
#include <string.h> /* for memcmp() */
#include "types.h" /* for byte and u32 typedefs */
+#include "util.h"
#include "errors.h"