Changeset

7807:caf26fc419e9

Merge 0.9->0.10
author Kim Alvefur <zash@zash.se>
date Wed, 04 Jan 2017 10:53:12 +0100
parents 7802:802dc0691177 (current diff) 7806:00bca79ae778 (diff)
children 7808:0494bf73dfee 7809:34ca48325ce7
files plugins/mod_net_multiplex.lua
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Mon Jan 02 01:59:03 2017 +0100
+++ b/.hgtags	Wed Jan 04 10:53:12 2017 +0100
@@ -59,3 +59,4 @@
 7ec52755622f1009aaf7b02fc9bc91e8ad9974be 0.9.9
 352270bc04393910a567b569ede03358dbb728b5 0.9.10
 8613086779fa9276615c2af066d2a10c38d0c86e 0.9.11
+2a7b52437167a5c7b6c8a5bc79f4463afe092fd5 0.9.12
--- a/plugins/mod_net_multiplex.lua	Mon Jan 02 01:59:03 2017 +0100
+++ b/plugins/mod_net_multiplex.lua	Wed Jan 04 10:53:12 2017 +0100
@@ -67,5 +67,6 @@
 module:provides("net", {
 	name = "multiplex_ssl";
 	config_prefix = "ssl";
+	encryption = "ssl";
 	listener = listener;
 });