All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

set-ssl-library-path Function

Summary

Sets the SSL library path. This should only be called when using the :openssl implementation.

Package

comm

Signature

set-ssl-library-path library-path

Arguments
library-path
A string or a list of strings.
Description

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.

See also

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