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

Avoid duplicating variable 'ssl_options'.
This commit is contained in:
Bruno Silvestre
2019-10-10 08:27:22 -03:00
parent 866e55f1ee
commit 3c1af04dfa
10 changed files with 197 additions and 164 deletions

View File

@ -8,7 +8,7 @@ LuaSec 0.7.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
--------------------------------------------------------------------------------