Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d6f035d5
Commit
d6f035d5
authored
Jul 03, 2001
by
Niels Möller
Browse files
Include string.h.
Rev: src/nettle/testsuite/testutils.c:1.4 Rev: src/nettle/twofish.c:1.4
parent
8aaba3a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/nettle/testsuite/testutils.c
View file @
d6f035d5
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include
<ctype.h>
#include
<ctype.h>
#include
<stdlib.h>
#include
<stdlib.h>
#include
<string.h>
int
int
decode_hex
(
uint8_t
*
dst
,
const
char
*
hex
)
decode_hex
(
uint8_t
*
dst
,
const
char
*
hex
)
...
...
src/nettle/twofish.c
View file @
d6f035d5
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#include
"macros.h"
#include
"macros.h"
#include
<assert.h>
#include
<assert.h>
#include
<string.h>
/* Bitwise rotations on 32-bit words. These are defined as macros that
/* Bitwise rotations on 32-bit words. These are defined as macros that
* evaluate their argument twice, so do not apply to any expressions with
* evaluate their argument twice, so do not apply to any expressions with
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment