Skip to content
Snippets Groups Projects
Commit f3ed5ec0 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a pair of dead assignments

parent a807bb78
Branches
Tags
No related merge requests found
......@@ -2551,8 +2551,6 @@ crypto_strongest_rand(uint8_t *out, size_t out_len)
} else {
SHA512(inp, sizeof(inp), tmp);
memcpy(out, tmp, out_len);
out += DLEN;
out_len -= DLEN;
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment