From: Niels Möller Date: Mon, 24 Nov 2008 19:52:41 +0000 (+0100) Subject: Whitespace fix. X-Git-Tag: nettle_2.0_release_20090608~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8e748fb1ed75edab53acdfd9ddb85b6060c83cf;p=thirdparty%2Fnettle.git Whitespace fix. Rev: nettle/yarrow256.c:1.6 --- diff --git a/yarrow256.c b/yarrow256.c index 0a5f8a09..7645a720 100644 --- a/yarrow256.c +++ b/yarrow256.c @@ -117,7 +117,7 @@ yarrow_generate_block(struct yarrow256_ctx *ctx, uint8_t *block) { unsigned i; - + aes_encrypt(&ctx->key, sizeof(ctx->counter), block, ctx->counter); /* Increment counter, treating it as a big-endian number. This is @@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx) #endif /* Get digest of the slow pool*/ - sha256_digest(&ctx->pools[YARROW_SLOW], sizeof(digest), digest); /* Feed it into the fast pool */