mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Add , before `int ssl'.
This commit is contained in:
parent
cab759659e
commit
afe131624b
@ -1,3 +1,8 @@
|
||||
2000-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* http.c: Include gen_sslfunc.h after including Wget's headers.
|
||||
(persistent_available_p): Needed coma before `int ssl'.
|
||||
|
||||
2000-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* ftp.c (ftp_loop_internal): Ditto.
|
||||
|
@ -364,7 +364,7 @@ register_persistent (const char *host, unsigned short port, int fd
|
||||
static int
|
||||
persistent_available_p (const char *host, unsigned short port
|
||||
#ifdef HAVE_SSL
|
||||
int ssl
|
||||
, int ssl
|
||||
#endif
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user