> On 28 Jul 2026, at 09:47, Yilin Zhang <[email protected]> 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



Reply via email to