fixed typo

This commit is contained in:
orignal
2026-08-01 21:19:14 -04:00
parent f6625e7c21
commit 3bcbab75e4
+1 -1
View File
@@ -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