summaryrefslogtreecommitdiff
path: root/twofish.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-07-03 18:35:46 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-07-03 18:35:46 +0200
commit6b2b1db6144084c8642ba67ba37de1766e04340c (patch)
treecabda2479a7df4faaf2faa32ecf8363985c83ffb /twofish.c
parent8fed6d50d0027984a2d612c94e6411ea6a3e9c7d (diff)
downloadnettle-6b2b1db6144084c8642ba67ba37de1766e04340c.tar.gz
Include string.h.
Rev: src/nettle/testsuite/testutils.c:1.4 Rev: src/nettle/twofish.c:1.4
Diffstat (limited to 'twofish.c')
-rw-r--r--twofish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/twofish.c b/twofish.c
index 41a2eaa7..100a39c7 100644
--- a/twofish.c
+++ b/twofish.c
@@ -36,6 +36,7 @@
#include "macros.h"
#include <assert.h>
+#include <string.h>
/* Bitwise rotations on 32-bit words. These are defined as macros that
* evaluate their argument twice, so do not apply to any expressions with