| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Initially nil
. If set, the value of this
variable must be a list of two entries, each a string or a list of
strings (on Windows, each should be just a string). The entries are
the names of the two OpenSSL shared libraries that must be loaded in
order to enable the :ssl
module. Each string is a
file name with a full type suffix but no pathname.
When the entry is a list, the names in the list are tried in order until one denotes a library that loads without error.
If nil
when the :ssl
module is loaded, the value is changed to contains name that have been
seen in various OpenSSL installations. A particular site may need yet
another variant.
This variable is used only on Linux and Windows systems. In all other operating systems, this variable is ignored.
The environment variable ACL_SSL_LIBRARY_NAMES is set, it does not
override the value in this variable if that value is
non-nil
. If this variable
is nil
, the environment variable must contain
a string of two names separated by a single space, with no leading or
trailing spaces. The environmental variable is ignored on all
operating systems other than Linux and Windows.
OpenSSL is described in Secure Socket Layer (SSL) in socket.htm.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |