From be33038997dbdadc1345d703f8570a7125489631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 2 Nov 2001 15:50:41 +0100 Subject: [PATCH] (yarrow256_init): Fixed order of code and declarations. Rev: src/nettle/yarrow256.c:1.10 --- yarrow256.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarrow256.c b/yarrow256.c index 3b31bf68..e62429d4 100644 --- a/yarrow256.c +++ b/yarrow256.c @@ -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; -- GitLab