Add an explicit cast to time_t
authorMatt Caswell <matt@openssl.org>
Wed, 12 Sep 2018 15:49:19 +0000 (16:49 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 13 Sep 2018 08:00:29 +0000 (09:00 +0100)
commitbc278f30f0b766bfb82426c641dc1d51ace4a994
treeafd55fd0ffe317b1e978e72f6c98bc0859402b9c
parentaa343982d2a2449633382a3ba032871949c788b4
Add an explicit cast to time_t

Caused a compilation failure in some environments

Fixes #7204

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7205)
test/ct_test.c