aboutsummaryrefslogtreecommitdiff
path: root/authorize.go
diff options
context:
space:
mode:
Diffstat (limited to 'authorize.go')
-rw-r--r--authorize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.go b/authorize.go
index 54b682d..843b7a7 100644
--- a/authorize.go
+++ b/authorize.go
@@ -23,7 +23,7 @@ type IdentType string
const IdentDNS IdentType = "dns"
-func (a Authorization) Supported(sol map[ChalType]Solver) []Challenge {
+func (a Authorization) Supported(sol Solvers) []Challenge {
supported := func(com []int) bool {
for _, n := range com {
if _, ok := sol[a.Challenges[n].Type]; !ok {