# HG changeset patch # User Kim Alvefur # Date 1513822796 -3600 # Node ID 73be17be7d844123bf356bf3b6ff06acf3ff72f0 # Parent d070a751b6eddf20fb8a80a2331b646efc046ce2 mod_s2s_auth_posh: Remove commented out imports diff -r d070a751b6ed -r 73be17be7d84 mod_s2s_auth_posh/mod_s2s_auth_posh.lua --- a/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:04:51 2017 +0100 +++ b/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:19:56 2017 +0100 @@ -5,8 +5,6 @@ -- http://tools.ietf.org/html/draft-miller-posh-03 -- module:set_global(); ---local https = require 'ssl.https' ---local http = require "socket.http"; local json = require 'util.json' local base64 = require"util.encodings".base64;