]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix build break when OPENSSL_NO_SSLKEYLOGFILE is not defined
authorNeil Horman <nhorman@openssl.org>
Thu, 3 Oct 2024 15:41:46 +0000 (11:41 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Oct 2024 10:34:35 +0000 (11:34 +0100)
commita2b5e64907a87d603ff649eccd7fdf151e34e4ba
tree2ce9d8df8a849eebf8e870c822af4eb3e1b646c7
parent3992add1b712a470b733a57e4567a6348708c91b
Fix build break when OPENSSL_NO_SSLKEYLOGFILE is not defined

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25297)
ssl/ssl_lib.c