mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
tls: Use IANA-standard cipher suite names
This commit is contained in:
@@ -86,7 +86,7 @@ func GetModules(scope string) []Module {
|
||||
|
||||
// handle the special case of an empty scope, which
|
||||
// should match only the top-level modules
|
||||
if len(scopeParts) == 1 && scopeParts[0] == "" {
|
||||
if scope == "" {
|
||||
scopeParts = []string{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user