mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't include <sys/time.h> here.
Published in <sxsae4gvtnb.fsf@florida.arsdigita.de>.
This commit is contained in:
parent
87bdff25cf
commit
2f298afc47
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user