From 3bcbab75e4eeedb6c186e29770a2befde6df3f42 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 1 Aug 2026 21:19:14 -0400 Subject: [PATCH] fixed typo --- libi2pd/NTCP2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/NTCP2.cpp b/libi2pd/NTCP2.cpp index 1ccf7edc..cfb15d0a 100644 --- a/libi2pd/NTCP2.cpp +++ b/libi2pd/NTCP2.cpp @@ -2287,7 +2287,7 @@ namespace transport { #if OPENSSL_PQ #ifdef LIBRESSL_VERSION_NUMBER - if (version == 2 || version == 5) version = 2; // 3 and 5 are not supported by LibreSSL + if (version == 3 || version == 5) version = 2; // 3 and 5 are not supported by LibreSSL #endif m_Version = version; #endif