# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1371138489 -7200
# Node ID 06a49b23e5cd691babe4d41cf1398759129b1c22
# Parent  f965ac6b7ce1706051b6a61e3e397b02355a695c
prosody: Remove global ssl context, no longer used

diff -r f965ac6b7ce1 -r 06a49b23e5cd prosody
--- 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()