Mercurial > prosody-hg
diff util/sslconfig.lua @ 7867:194f540e13e2
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 26 Jan 2017 14:18:30 +0100 |
| parents | ddb03cc4ce04 |
| children | a349299038ff |
line wrap: on
line diff
--- a/util/sslconfig.lua Wed Jan 25 11:18:00 2017 +0100 +++ b/util/sslconfig.lua Thu Jan 26 14:18:30 2017 +0100 @@ -36,7 +36,6 @@ config[field] = options; end -handlers.verify = handlers.options; handlers.verifyext = handlers.options; -- finalisers take something produced by handlers and return what luasec @@ -53,7 +52,6 @@ return output; end -finalisers.verify = finalisers.options; finalisers.verifyext = finalisers.options; -- We allow ciphers to be a list
