Sets the SSL library path. This should only be called when using the :openssl
implementation.
comm
set-ssl-library-path library-path
library-path⇩ |
A string or a list of strings. |
The function set-ssl-library-path
sets the SSL library path.
library-path should be a string or a list of strings. Each string specifies a library to load. The libraries are loaded in the order they are in the list.
Note that in contrast to ensure-ssl, the effect of set-ssl-library-path
persists after saving and restarting the image.
ensure-ssl
25.8.2.2 How LispWorks locates the OpenSSL libraries
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26