mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:17:18 +03:00
Jrn Hartroth fixed a bad #endif placement
This commit is contained in:
parent
147de35d41
commit
11ee547a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue