]> sjero.net Git - wget/commitdiff
[svn] Don't include <sys/time.h> here.
authorhniksic <devnull@localhost>
Mon, 14 May 2001 15:27:56 +0000 (08:27 -0700)
committerhniksic <devnull@localhost>
Mon, 14 May 2001 15:27:56 +0000 (08:27 -0700)
Published in <sxsae4gvtnb.fsf@florida.arsdigita.de>.

src/ChangeLog
src/gen_sslfunc.c

index e84f3d4e58aef4cf751330828cd0fa59cf7256af..22e3504e8dd656d6d244b6e279560f4088297eba 100644 (file)
@@ -1,6 +1,10 @@
 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
 
-       * http.c (gethttp): Use real URL data for cookies, not the cookie
+       * gen_sslfunc.c: Don't include <sys/time.h> directly.
+
+2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (gethttp): Use real URL data for cookies, not the proxy
        stuff.
 
 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
index c19cc66fe08d0af64e9e272b143a5d55ce1df66f..5dc8cca9e6a2f42d55d680d6b8090859c8fc8f91 100644 (file)
@@ -22,7 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef HAVE_SSL
 
 #include <assert.h>
-#include <sys/time.h>
 #include <errno.h>
 
 #include <openssl/bio.h>