diff --git a/src/ChangeLog b/src/ChangeLog index e84f3d4e..22e3504e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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> diff --git a/src/gen_sslfunc.c b/src/gen_sslfunc.c index c19cc66f..5dc8cca9 100644 --- a/src/gen_sslfunc.c +++ b/src/gen_sslfunc.c @@ -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>