mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-27 03:09:54 +02:00
Fix unexported 'ssl.config' table (#149)
Avoid duplicating variable 'ssl_options'.
This commit is contained in:
6
INSTALL
6
INSTALL
@ -1,14 +1,14 @@
|
||||
LuaSec 0.8.1
|
||||
LuaSec 0.8.2
|
||||
------------
|
||||
|
||||
* OpenSSL options:
|
||||
|
||||
By default, LuaSec 0.8.1 includes options for OpenSSL 1.1.0g.
|
||||
By default, this version includes options for OpenSSL 1.1.1.
|
||||
|
||||
If you need to generate the options for a different version of OpenSSL:
|
||||
|
||||
$ cd src
|
||||
$ lua options.lua -g /usr/include/openssl/ssl.h > options.h
|
||||
$ lua options.lua -g /usr/include/openssl/ssl.h > options.c
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user