All Manuals > LispWorks User Guide and Reference Manual > 21 TCP/IP socket communication and SSL > 21.6 Socket Stream SSL interface > 21.6.9 Obtaining and installing the OpenSSL library

NextPrevUpTopContentsIndex

21.6.9.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 - 21 Dec 2011

NextPrevUpTopContentsIndex