]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/event_queue.c
Make OSSL_TIME a structure
authorPauli <pauli@openssl.org>
Wed, 27 Jul 2022 01:52:17 +0000 (11:52 +1000)
committerMatt Caswell <matt@openssl.org>
Fri, 12 Aug 2022 14:44:01 +0000 (15:44 +0100)
commitd13c8b7725437490be8c1a2b438936af10f808d0
tree9b81352bc87cdf6b4908b8c1eb935b555a5430be
parent2d46a44ff24173d2cf5ea2196360cb79470d49c7
Make OSSL_TIME a structure

This prevents misuses creeping in.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18882)
doc/internal/man3/OSSL_TIME.pod
include/internal/time.h
ssl/event_queue.c
ssl/quic/quic_wire.c
ssl/time.c
test/event_queue_test.c
test/quic_wire_test.c