Commit 33254e1c authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 421e30ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment