LuaSec 0.4

This commit is contained in:
Bruno Silvestre
2012-09-02 11:32:26 -03:00
parent 29c6bd65d2
commit 67e5176b6b
14 changed files with 177 additions and 33 deletions

View File

@ -1,10 +1,11 @@
LuaSec 0.3.3
LuaSec 0.4
------------
* On Linux, BSD, and Mac OS X:
- Edit 'Makefile'
* Inform the path to install the modules.
* Inform the path to where install the Lua modules (LUAPATH) and binaries
modules (LUACPATH)
* If Lua or OpenSSL are not in the default path, set the
variables INCDIR and LIBDIR.
* For Mac OS X, set the variable MACOSX_VERSION.
@ -21,3 +22,5 @@ LuaSec 0.3.3
- Copy the 'ssl.lua' file to some place in your LUA_PATH.
- Copy the 'ssl.dll' file to some place in your LUA_CPATH.
- Create a directory 'ssl' in your LUA_PATH and copy 'https.lua' to it.