| Allegro CL version 10.1 New since the initial 10.1 release. | ||||||||||
Initially nil but can be set before loading
the :ssl module to specify the name of the Allegro
CL SSL shared library. The standard names for the library are:
aclssl: for OpenSSL 1.0 and 8-bit character Lisps (such
as alisp8 and mlisp8).
aclissl: for OpenSSL 1.0 and 16-bit character Lisps (such
as alisp and mlisp).
aclssl11: for OpenSSL 1.1 and 8-bit character Lisps (such
as alisp8 and mlisp8).
aclissl11: for OpenSSL 1.1 and 16-bit character Lisps (such
as alisp and mlisp).
If the value of *ssl-library-names* is set prior to
evaluating (require :ssl), the value of this
variable must be set to the appropriate library name (a string). If
the value of *ssl-library-names* is not set but the
environment variable ACL_SSL_LIBRARY_NAMES is set
prior to starting Allegro CL, the appropriate one of the environment
variable ACL_ACLSSL_NAME (for 8-bit Lisps)
and ACL_ACLISSL_NAME (for 16-bit Lisps) must also
be set and its value is used to set the value of this variable. After
the :ssl module is loaded, the value of this
variable is the name of the library actually loaded.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.
| Allegro CL version 10.1 New since the initial 10.1 release. | ||||||||||