61cdd3c760
LuaSec is a Lua binding for OpenSSL library to provide TLS/SSL communication. [Thomas: adjust header in .mk file, add missing 'mkdir -p' before installation, remove useless quotes.] Signed-off-by: Assaf Inbal <shmuelzon@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
config BR2_PACKAGE_LUASEC
|
|
bool "luasec"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LUASOCKET
|
|
help
|
|
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
|
communication.
|
|
|
|
http://www.inf.puc-rio.br/~brunoos/luasec/
|