Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
be330389
Commit
be330389
authored
Nov 02, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(yarrow256_init): Fixed order of code and
declarations. Rev: src/nettle/yarrow256.c:1.10
parent
69da17ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
yarrow256.c
yarrow256.c
+2
-1
No files found.
yarrow256.c
View file @
be330389
...
...
@@ -65,9 +65,10 @@ yarrow256_init(struct yarrow256_ctx *ctx,
unsigned
n
,
struct
yarrow_source
*
s
)
{
unsigned
i
;
sha256_init
(
&
ctx
->
pools
[
0
]);
sha256_init
(
&
ctx
->
pools
[
1
]);
unsigned
i
;
ctx
->
seeded
=
0
;
...
...
Write
Preview
Markdown
is supported
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