From 2ce4902b39765c00ce97d8016fe62bf317546cef Mon Sep 17 00:00:00 2001 From: Ground0 Date: Mon, 14 Feb 2022 15:49:50 +0100 Subject: [PATCH] Add Version 22 to libtls.so --- ltls.pbi | 11 +++++++---- lweb.pbp | 21 +++++++++++---------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ltls.pbi b/ltls.pbi index 6c8e32e..bece64f 100644 --- a/ltls.pbi +++ b/ltls.pbi @@ -68,12 +68,15 @@ Module ltls #TLS_WANT_POLLOUT = -3 CompilerIf #PB_Compiler_Processor = #PB_Processor_x64 - Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.20") + Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.22") If Not IsLibrary(libressl_tls) - Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.17") + Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.20") If Not IsLibrary(libressl_tls) - lhs_log::Out("Library not found: /usr/lib64/libtls.so.20 or .17") - End + Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.17") + If Not IsLibrary(libressl_tls) + lhs_log::Out("Library not found: /usr/lib64/libtls.so.22 or .20 or .17") + End + EndIf EndIf EndIf CompilerElse diff --git a/lweb.pbp b/lweb.pbp index 2048deb..0b2bb19 100644 --- a/lweb.pbp +++ b/lweb.pbp @@ -1,6 +1,6 @@ - +
Projekt ist inklusive Beispiel Code @@ -8,7 +8,7 @@
- +
@@ -44,12 +44,12 @@ - - + + - + @@ -61,7 +61,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -80,16 +80,17 @@ + - + - + - +