diff options
Diffstat (limited to 'authorize.go')
-rw-r--r-- | authorize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.go b/authorize.go index 00378e7..e3a0837 100644 --- a/authorize.go +++ b/authorize.go @@ -44,7 +44,7 @@ func (a Authorization) Supported(sols Solvers) []Challenge { return nil } -func (p *Provider) Authorize(s Signer, sols Solvers, domain string) error { +func (p *Provider) Authorize(s *Signer, sols Solvers, domain string) error { req := &Authorization{ Resource: ResNewAuthz, Identifier: Identifier{ |