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 @@ + - + - + - +