From: Nikos Mavrogiannopoulos Date: Sat, 19 Sep 2015 09:36:48 +0000 (+0200) Subject: use time_t for internal type to avoid warnings on signed/unsigned comparison X-Git-Tag: gnutls_3_5_0~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dee959dd75371e8d98914cafc7eaec189bda309e;p=thirdparty%2Fgnutls.git use time_t for internal type to avoid warnings on signed/unsigned comparison --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index fbdee50691..083834b89f 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -821,7 +821,7 @@ typedef struct { * function. */ - unsigned expire_time; /* after expire_time seconds this session will expire */ + time_t expire_time; /* after expire_time seconds this session will expire */ struct mod_auth_st_int *auth_struct; /* used in handshake packets and KX algorithms */ /* this is the highest version available