mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
ff2ad87ad1
the license file hash changed due to a copyright year update -LuaSec 0.7 license -Copyright (C) 2006-2018 Bruno Silvestre, UFG +LuaSec 0.8 license +Copyright (C) 2006-2019 Bruno Silvestre, UFG Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
config BR2_PACKAGE_LUASEC
|
|
bool "luasec"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LUASOCKET # runtime
|
|
help
|
|
A binding for OpenSSL library to provide TLS/SSL communication
|
|
over LuaSocket.
|
|
|
|
https://github.com/brunoos/luasec/wiki
|