From 28df6cedfe8d347bd87931960c01e6606c14851e Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 18 Jul 2019 09:52:43 -0600 Subject: tls: Use IANA-standard cipher suite names --- modules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.go') diff --git a/modules.go b/modules.go index 0ed0d0a..a257a69 100644 --- a/modules.go +++ b/modules.go @@ -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{} } -- cgit v1.2.3