Software /
code /
prosody
Changeset
5686:06a49b23e5cd
prosody: Remove global ssl context, no longer used
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 13 Jun 2013 17:48:09 +0200 |
parents | 5685:f965ac6b7ce1 |
children | 5687:e879b53e9df8 |
files | prosody |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody Thu Jun 13 17:47:45 2013 +0200 +++ b/prosody Thu Jun 13 17:48:09 2013 +0200 @@ -264,12 +264,6 @@ prosody.events.fire_event("server-stopping", {reason = reason}); server.setquitting(true); end - - -- Load SSL settings from config, and create a ctx table - local certmanager = require "core.certmanager"; - local global_ssl_ctx = certmanager.create_context("*", "server"); - prosody.global_ssl_ctx = global_ssl_ctx; - end function read_version()