From: Niels Möller Date: Tue, 3 Jul 2001 16:35:46 +0000 (+0200) Subject: Include string.h. X-Git-Tag: nettle_1.0_release_20010925~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2b1db6144084c8642ba67ba37de1766e04340c;p=thirdparty%2Fnettle.git Include string.h. Rev: src/nettle/testsuite/testutils.c:1.4 Rev: src/nettle/twofish.c:1.4 --- diff --git a/testsuite/testutils.c b/testsuite/testutils.c index 6fd5f1af..ee0cd5e3 100644 --- a/testsuite/testutils.c +++ b/testsuite/testutils.c @@ -4,6 +4,7 @@ #include #include +#include int decode_hex(uint8_t *dst, const char *hex) 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 +#include /* Bitwise rotations on 32-bit words. These are defined as macros that * evaluate their argument twice, so do not apply to any expressions with