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:09 +0000 (12:49 +0100)
commit9362638b080e328ccab43f89048bed27bcf2f11d
treefef3d334445fbfc1df887060a7cbbd7c8582facc
parentbd5c91c82cdc4b6ffe4a2970f9512fc5ec7d2d06
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)
ssl/ssl_txt.c