1
0
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:
hniksic 2000-12-06 09:22:27 -08:00
parent cab759659e
commit afe131624b
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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
)
{