LispWorks User Guide and Reference Manual > 21 Socket Stream SSL interface > 21.8 Obtaining and installing the OpenSSL library

NextPrevUpTopContentsIndex

21.8.2 Loading the OpenSSL libraries

Since OpenSSL is not a standard on all machines yet, the location of the library or libraries varies. By default, ensure-ssl loads libraries as shown in Loading the OpenSSL libraries.

 

Loading the OpenSSL libraries

Operating System

Libraries

Linux

-lssl

Windows

libeay32.dll libssl32.dll

Solaris

-lssl

Mac OS X

-lssl

Others

nil

On machines where the path is unknown or is incorrect, you must set the path. Do this by calling set-ssl-library-path , or by passing the path as the library-path argument to ensure-ssl.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex