aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index d0d1bcf..ec5022b 100644
--- a/client.go
+++ b/client.go
@@ -212,7 +212,7 @@ func pickChallenge(c []Challenge) (int, Challenge) {
return -1, Challenge{}
}
-func (c *Client) Authorize(s Signer, altnames []string) error {
+func (c *Client) Authorize(s ThumbSigner, altnames []string) error {
ident := Identifier{
Type: IdentDNS,
Value: altnames[0],