From 6b2b1db6144084c8642ba67ba37de1766e04340c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 3 Jul 2001 18:35:46 +0200 Subject: [PATCH] Include string.h. Rev: src/nettle/testsuite/testutils.c:1.4 Rev: src/nettle/twofish.c:1.4 --- testsuite/testutils.c | 1 + twofish.c | 1 + 2 files changed, 2 insertions(+) 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 -- GitLab