aboutsummaryrefslogtreecommitdiff
path: root/authorize.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-06 14:52:35 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-06 14:52:35 +0100
commitc809035e36cdbf24a590e8c29a7a0d161d9a8658 (patch)
tree15eca37bb6e4b894d64862ec6a1c9732e332b0d6 /authorize.go
parent6d935e3833e4f17c7e13809fe632b2fda1fbacfd (diff)
Export Solve
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
}
}