Fix unexported 'ssl.config' table (#149)

Avoid duplicating variable 'ssl_options'.
This commit is contained in:
Bruno Silvestre
2019-10-10 08:49:28 -03:00
parent 20db8ae168
commit 63c6a9578e
10 changed files with 197 additions and 179 deletions

View File

@ -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
--------------------------------------------------------------------------------