Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
9550fd19
Commit
9550fd19
authored
Apr 09, 2012
by
Niels Möller
Browse files
Deleted an unused variable.
parent
17a0f7e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
twofishdata.c
View file @
9550fd19
...
...
@@ -104,7 +104,7 @@ static uint8_t q1(uint8_t x)
int
main
(
void
)
{
unsigned
i
,
j
;
unsigned
i
;
printf
(
"static const uint8_t q0[256] = {"
);
for
(
i
=
0
;
i
<
256
;
i
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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