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

Whitespace fix.

Rev: nettle/yarrow256.c:1.6
parent ec881c84
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx) ...@@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx)
#endif #endif
/* Get digest of the slow pool*/ /* Get digest of the slow pool*/
sha256_digest(&ctx->pools[YARROW_SLOW], sizeof(digest), digest); sha256_digest(&ctx->pools[YARROW_SLOW], sizeof(digest), digest);
/* Feed it into the fast pool */ /* Feed it into the fast pool */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment