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

NextPrevUpTopContentsIndex

set-ssl-library-path

Function
Summary

Sets the SSL library path.

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
How LispWorks locates the OpenSSL libraries


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex