Re: Grab bag of smaller OpenSSL fixups - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Grab bag of smaller OpenSSL fixups
Date
Msg-id 7B131FD6-8A60-442E-88D0-E6079D21DCAB@yesql.se
Whole thread
In response to Re: Grab bag of smaller OpenSSL fixups  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
> On 28 Jul 2026, at 09:47, Yilin Zhang <jiezhilove@126.com> wrote:

> For all other protocol versions (TLS 1.0/1.1/1.2, both frontend and backend),
> we uniformly use `#ifndef OPENSSL_NO_TLSx` — return if the library supports the protocol.
> Only the backend TLS 1.3 path uses `#ifdef OPENSSL_NO_TLS1_3` — return when the library lacks support.
> I believe this is a one-character mistake introduced during copy-paste: `ifdef` was not changed to `ifndef`.

Nice catch, thanks! Fixed.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Skip .DS_Store files in check_mode_recursive
Next
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded