util/dependencies.lua
changeset 12335 49739369dcad
parent 12290 ad88732eea51
child 12573 b5d9f1829b15
--- a/util/dependencies.lua	Sat Dec 25 16:23:40 2021 +0100
+++ b/util/dependencies.lua	Thu Feb 10 17:15:55 2022 +0100
@@ -85,7 +85,7 @@
 				{ "Debian/Ubuntu", "sudo apt install lua-sec" };
 				{ "luarocks", "luarocks install luasec" };
 				{ "Source", "https://github.com/brunoos/luasec" };
-			}, "SSL/TLS support will not be available", err);
+			}, nil, err);
 	end
 
 	local bit, err = softreq"util.bitcompat";