define TIME_32_BITS_SIGNED_MAX in utils.h

This commit is contained in:
Andreas Steffen
2009-11-08 18:55:52 +01:00
parent e92e19c177
commit 9f0327e652
3 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -163,8 +163,8 @@ static bool get_validity(private_pgp_cert_t *this, time_t *when,
}
else
{
/* year 2038 */
until = 2147483647;
/* Jan 19 03:14:07 UTC 2038 */
until = TIME_32_BIT_SIGNED_MAX;
}
if (not_after)
{