Richard Levitte 33254e1c6f Fix opt_imax() call
Not all architectures have a time_t defined the same way.  To make
sure we get the same result, we need to cast &checkoffset to (intmax_t *)
and make sure that intmax_t is defined somehow.

To make really sure we don't pass a variable with the wrong size down
to opt_imax(), we use a temporary intmax_t.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-30 16:23:44 +01:00
..
2011-03-16 11:50:33 +00:00
2016-01-30 16:23:44 +01:00
2015-12-16 16:14:49 -05:00
2015-10-30 17:21:42 -04:00
2016-01-25 21:19:59 +01:00
2015-12-14 23:06:14 +00:00
2016-01-12 01:00:31 -05:00
2015-10-23 19:52:08 +02:00
2015-12-16 16:14:49 -05:00
2015-10-23 19:52:08 +02:00
2016-01-29 16:56:07 -05:00
2015-11-20 13:40:53 +00:00
2016-01-29 18:46:55 -05:00
2015-12-16 16:14:49 -05:00
2016-01-12 01:00:31 -05:00
2015-11-21 14:37:24 +01:00
2009-09-06 15:49:46 +00:00
2016-01-11 17:50:42 +00:00
2016-01-11 17:50:42 +00:00
2016-01-12 01:00:31 -05:00
2015-12-16 16:14:49 -05:00
2016-01-20 03:24:59 +00:00
2016-01-26 16:40:43 -05:00
2016-01-29 11:36:44 +00:00
2015-12-16 16:14:49 -05:00
2015-10-05 09:25:06 +02:00
2016-01-11 10:03:27 +00:00
2016-01-22 15:06:21 -05:00
2016-01-26 16:40:43 -05:00
2016-01-26 16:40:43 -05:00
2009-09-07 17:57:18 +00:00
2015-10-30 17:21:42 -04:00
2016-01-30 16:23:44 +01:00