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 27ad2c5..240f802 100644
--- a/authorize.go
+++ b/authorize.go
@@ -70,7 +70,7 @@ func (p *Provider) Authorize(s Signer, d *Desire) error {
}
for _, ch := range chal {
sol := d.solver[ch.Type]
- if err := p.solve(s, ch, sol); err != nil {
+ if err := p.Solve(s, ch, sol); err != nil {
return err
}
}