ltls.pbi Set default library place (openSUSE)
This commit is contained in:
parent
eea5f589af
commit
843ab8a433
1 changed files with 1 additions and 1 deletions
2
ltls.pbi
2
ltls.pbi
|
@ -46,7 +46,7 @@ Module ltls
|
||||||
#TLS_WANT_POLLIN = -2
|
#TLS_WANT_POLLIN = -2
|
||||||
#TLS_WANT_POLLOUT = -3
|
#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)
|
If IsLibrary(libressl_tls)
|
||||||
Define Call_tls_init = GetFunction(libressl_tls, "tls_init")
|
Define Call_tls_init = GetFunction(libressl_tls, "tls_init")
|
||||||
|
|
Loading…
Reference in a new issue