diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-01-21 01:29:00 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-01-21 01:29:00 +0000 |
commit | cd0dd3f92b02d855c98701792c179d02ad12bf24 (patch) | |
tree | a2ed9fcc1c1496bdcbdf1da40e868aa4d50246fa /core/certmanager.lua | |
parent | 6591bd9db584bf6c5b8920c4438cd087bbfefce3 (diff) | |
parent | 5723bad906dcbef98eb1cdc196675a7a526f97cc (diff) | |
download | prosody-cd0dd3f92b02d855c98701792c179d02ad12bf24.tar.gz prosody-cd0dd3f92b02d855c98701792c179d02ad12bf24.zip |
Merge 0.10->trunk
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r-- | core/certmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 7ad7b034..b2c358fe 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -8,7 +8,7 @@ local configmanager = require "core.configmanager"; local log = require "util.logger".init("certmanager"); -local ssl = ssl; +local ssl = _G.ssl; local ssl_newcontext = ssl and ssl.newcontext; local new_config = require"util.sslconfig".new; |