]> sjero.net Git - wget/commitdiff
[svn] Add , before `int ssl'.
authorhniksic <devnull@localhost>
Wed, 6 Dec 2000 17:22:27 +0000 (09:22 -0800)
committerhniksic <devnull@localhost>
Wed, 6 Dec 2000 17:22:27 +0000 (09:22 -0800)
src/ChangeLog
src/http.c

index d63ea7c33ecb9fab01807b38ad45b471beb664b7..bb1b92b3a03b898be5824b054f7bf7cf0617cd7f 100644 (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.
index 24785b0be1972a76bfd1c1ace83aa65a631f8d32..251215f5c5953642e4c0a7c82a1569afee5d987d 100644 (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
                        )
 {