Jrn Hartroth fixed a bad #endif placement

This commit is contained in:
Daniel Stenberg 2001-03-14 08:20:41 +00:00
parent 147de35d41
commit 11ee547a0e

View File

@ -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 */