mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
config BR2_PACKAGE_LUASEC
|
|
bool "luasec"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
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/
|