diff --git a/src/ChangeLog b/src/ChangeLog index d63ea7c3..bb1b92b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-12-06 Hrvoje Niksic + + * http.c: Include gen_sslfunc.h after including Wget's headers. + (persistent_available_p): Needed coma before `int ssl'. + 2000-12-06 Hrvoje Niksic * ftp.c (ftp_loop_internal): Ditto. diff --git a/src/http.c b/src/http.c index 24785b0b..251215f5 100644 --- a/src/http.c +++ b/src/http.c @@ -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 ) {