Skip to content
Snippets Groups Projects
Commit 6b2b1db6 authored by Niels Möller's avatar Niels Möller
Browse files

Include string.h.

Rev: src/nettle/testsuite/testutils.c:1.4
Rev: src/nettle/twofish.c:1.4
parent 8fed6d50
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
int
decode_hex(uint8_t *dst, const char *hex)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment