Commit 697832e9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

remove unused variable

parent 5cb89d9a
......@@ -61,7 +61,6 @@ srandomdev(void)
{
struct timeval tv;
unsigned long seed;
int fd;
if (trydev("/dev/urandom", &seed)) {
if (trydev("/dev/random", &seed)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment