From: Nikos Mavrogiannopoulos Date: Sun, 24 Nov 2013 07:57:01 +0000 (+0100) Subject: cast the expiration time to time_t X-Git-Tag: gnutls_3_3_0pre0~548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293c938f01884854a25a078512dced1a057bbd92;p=thirdparty%2Fgnutls.git cast the expiration time to time_t --- diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h index c93fb2109e..c29653e561 100644 --- a/lib/includes/gnutls/x509.h +++ b/lib/includes/gnutls/x509.h @@ -288,7 +288,7 @@ int gnutls_x509_crl_sign2(gnutls_x509_crl_t crl, time_t gnutls_x509_crt_get_activation_time(gnutls_x509_crt_t cert); -#define GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION (4294197631) +#define GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION ((time_t)4294197631) time_t gnutls_x509_crt_get_expiration_time(gnutls_x509_crt_t cert); int gnutls_x509_crt_get_serial(gnutls_x509_crt_t cert,