mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Jrn Hartroth fixed a bad #endif placement
This commit is contained in:
parent
147de35d41
commit
11ee547a0e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user