mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix a pair of dead assignments
This commit is contained in:
parent
a807bb781b
commit
f3ed5ec0ca
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user