]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use OSSL_TIME instead of using arithmetic directly on time_t
authorMatt Caswell <matt@openssl.org>
Mon, 25 Mar 2024 11:53:35 +0000 (11:53 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 1 May 2024 07:52:05 +0000 (08:52 +0100)
commiteb3b903af9b8de754f198a4ea5ea239f3721e3ee
tree2a506d85f05baabc46714db7e350a2a138d6b701
parentbbae0c9f05f345d12b50422b3136c3de404ed7f1
Use OSSL_TIME instead of using arithmetic directly on time_t

We have functions for adding/subtracting time. We should use them.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23966)

(cherry picked from commit afb6ce0d0f5b8e88f8b4f420aba0a8e59f58934f)
test/sslapitest.c