Fix a pair of dead assignments

This commit is contained in:
Nick Mathewson 2015-12-11 09:35:43 -05:00
parent a807bb781b
commit f3ed5ec0ca
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}