Skip to content
Snippets Groups Projects
Commit 11ee547a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jrn Hartroth fixed a bad #endif placement

parent 147de35d
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,8 @@ int random_the_seed(struct connectdata *conn)
RAND_seed(area, len);
free(area); /* now remove the random junk */
#endif
}
#endif
/* generates a default path for the random seed file */
buf[0]=0; /* blank it first */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment