]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:56 +0000 (12:49 +0100)
commit0d9f48d079cbbe85c684c2215955c2a70b2d1c6b
tree6b4a7c72165fcd56912c11b71eb0f673784c580a
parentd6bf4a2218aeb246ba7d34f02e895c37569c8265
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