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

(yarrow256_init): Fixed order of code and

declarations.

Rev: src/nettle/yarrow256.c:1.10
parent 69da17ef
No related branches found
No related tags found
No related merge requests found
...@@ -65,9 +65,10 @@ yarrow256_init(struct yarrow256_ctx *ctx, ...@@ -65,9 +65,10 @@ yarrow256_init(struct yarrow256_ctx *ctx,
unsigned n, unsigned n,
struct yarrow_source *s) struct yarrow_source *s)
{ {
unsigned i;
sha256_init(&ctx->pools[0]); sha256_init(&ctx->pools[0]);
sha256_init(&ctx->pools[1]); sha256_init(&ctx->pools[1]);
unsigned i;
ctx->seeded = 0; ctx->seeded = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment