mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Remove redundant comments
This commit is contained in:
parent
459c95377d
commit
6e36f98b3c
1 changed files with 0 additions and 6 deletions
6
main.lua
6
main.lua
|
@ -42,12 +42,6 @@ hosts = {
|
|||
|
||||
local hosts, users = hosts, users;
|
||||
|
||||
--local ssl_ctx, msg = ssl.newcontext { mode = "server", protocol = "sslv23", key = "/home/matthew/ssl_cert/server.key",
|
||||
-- certificate = "/home/matthew/ssl_cert/server.crt", capath = "/etc/ssl/certs", verify = "none", }
|
||||
--
|
||||
--if not ssl_ctx then error("Failed to initialise SSL/TLS support: "..tostring(msg)); end
|
||||
|
||||
|
||||
local ssl_ctx = { mode = "server", protocol = "sslv23", key = "/home/matthew/ssl_cert/server.key",
|
||||
certificate = "/home/matthew/ssl_cert/server.crt", capath = "/etc/ssl/certs", verify = "none", }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue