print SSL session, fix build warnings on OpenBSD.
authorDavid Carlier <devnexen@gmail.com>
Wed, 16 Mar 2022 23:21:58 +0000 (23:21 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 18 Mar 2022 11:49:37 +0000 (12:49 +0100)
commitad6cf7d3c11ea4ce47fd76c1defb2607cc7ea579
treeb4b46541f7b4abb62bbd52d014f9f2296898257b
parenteecc12b7e0beadab92052d242e89ee259a48d65b
print SSL session, fix build warnings on OpenBSD.

time_t is a 64 bits type on this platform.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17917)

(cherry picked from commit 9362638b080e328ccab43f89048bed27bcf2f11d)
ssl/ssl_txt.c