mirror of
https://github.com/mirror/wget.git
synced 2025-02-07 18:20:14 +08: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>
|
2000-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* ftp.c (ftp_loop_internal): Ditto.
|
* ftp.c (ftp_loop_internal): Ditto.
|
||||||
|
@ -364,7 +364,7 @@ register_persistent (const char *host, unsigned short port, int fd
|
|||||||
static int
|
static int
|
||||||
persistent_available_p (const char *host, unsigned short port
|
persistent_available_p (const char *host, unsigned short port
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
int ssl
|
, int ssl
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user