]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Include string.h.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 3 Jul 2001 16:35:46 +0000 (18:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 3 Jul 2001 16:35:46 +0000 (18:35 +0200)
Rev: src/nettle/testsuite/testutils.c:1.4
Rev: src/nettle/twofish.c:1.4

testsuite/testutils.c
twofish.c

index 6fd5f1afafd6ac6f01d7b4a770f64c246bc11502..ee0cd5e33db4f56daef049130127b2f8414cfd8b 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <ctype.h>
 #include <stdlib.h>
+#include <string.h>
 
 int
 decode_hex(uint8_t *dst, const char *hex)
index 41a2eaa724effab1fd9041c1f4e6a85c55fce7e7..100a39c7d8c428227b6b9efe5d74362b0ce40558 100644 (file)
--- 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