Add a test for converting OSSL_TIME to struct timeval
authorMatt Caswell <matt@openssl.org>
Thu, 19 Oct 2023 10:37:28 +0000 (11:37 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Oct 2023 15:33:40 +0000 (16:33 +0100)
commit039119a0f3eeb610689f21834ea04cc1f0efe8df
treeda635f4331ba6efc4df9a6bcf64c582b30460a91
parentc239bc9e960b866093dbc666c78c78935233750c
Add a test for converting OSSL_TIME to struct timeval

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22440)
test/build.info
test/recipes/02-test_time.t [new file with mode: 0644]
test/time_test.c [new file with mode: 0644]