]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c
authorRob Percival <robpercival@google.com>
Wed, 14 Sep 2016 19:25:01 +0000 (20:25 +0100)
committerRich Salz <rsalz@openssl.org>
Tue, 15 Nov 2016 21:12:41 +0000 (16:12 -0500)
commit5e08606619c0b0e065f1ffa12ce6411f321ed174
tree73b92322af8b7f72c36cffef04861180518a10b0
parentc22aa33e29ce162c672c9b2f0df591db977d4e9b
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1554)
crypto/ct/ct_policy.c