# HG changeset patch # User Matthew Wild # Date 1219626650 -3600 # Node ID 67460500abddaff8772be367d3d99f075e811dab # Parent a336f008237622bbacf8465c4e94b13ac07fdbd9 Remove redundant comments diff -r a336f0082376 -r 67460500abdd main.lua --- a/main.lua Mon Aug 25 00:35:54 2008 +0200 +++ b/main.lua Mon Aug 25 02:10:50 2008 +0100 @@ -42,12 +42,6 @@ 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", }