From 843ab8a4336546f6c46f97f8b80c59acc070c10e Mon Sep 17 00:00:00 2001 From: Ground0 Date: Fri, 27 Nov 2020 21:42:46 +0100 Subject: [PATCH] ltls.pbi Set default library place (openSUSE) --- ltls.pbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltls.pbi b/ltls.pbi index d6680f6..47cde36 100644 --- a/ltls.pbi +++ b/ltls.pbi @@ -46,7 +46,7 @@ Module ltls #TLS_WANT_POLLIN = -2 #TLS_WANT_POLLOUT = -3 - Define libressl_tls = OpenLibrary(#PB_Any, "libtls.so") + Define libressl_tls = OpenLibrary(#PB_Any, "/usr/lib64/libtls.so.20") If IsLibrary(libressl_tls) Define Call_tls_init = GetFunction(libressl_tls, "tls_init")