]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
cast the expiration time to time_t
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 07:57:01 +0000 (08:57 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 07:57:01 +0000 (08:57 +0100)
lib/includes/gnutls/x509.h

index c93fb2109eeee00d50de984e7454313e9bd7f9cc..c29653e561c8a063873e0b15bc6993402fd8dbab 100644 (file)
@@ -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,