]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
tls: shorten warning $SSL_ERROR prefix
authorEric Wong <e@80x24.org>
Tue, 17 Jun 2025 00:13:33 +0000 (00:13 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jun 2025 11:04:28 +0000 (11:04 +0000)
commit1d02f67a28c4c86ce4e10b0dbdf2349fa59b9449
tree4d27cb86987ded48de42d4f6690d42f107b0c484
parent332b9629ed731e4af6430c4483685b043b57c7b5
tls: shorten warning $SSL_ERROR prefix

Use our usual `W:' warning prefix here since the stringified
form of the $SSL_ERROR magic variable will be something like:
"SSL read error error:xxx:SSL routines:SSL_shutdown:shutdown while in init"
and we don't need to be mentioning `SSL' ourselves.
lib/PublicInbox/TLS.pm