From afe131624b6127d71aa932c9921a0a0f09cf0fb6 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Dec 2000 09:22:27 -0800 Subject: [PATCH] [svn] Add , before `int ssl'. --- src/ChangeLog | 5 +++++ src/http.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 ) {