Export 'config' table (#149)

Avoid duplicating variable 'ssl_options'.
This commit is contained in:
Bruno Silvestre
2019-10-09 14:49:58 -03:00
parent 2480572bdf
commit 4903e2f2c1
10 changed files with 197 additions and 179 deletions

View File

@ -3,12 +3,12 @@ LuaSec 0.8
* OpenSSL options:
By default, LuaSec 0.8 includes options for OpenSSL 1.1.0g.
By default, LuaSec 0.8 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
--------------------------------------------------------------------------------