summaryrefslogtreecommitdiffstats
path: root/auth-skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-skey.c b/auth-skey.c
index ac1af69e..f676dbec 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -47,7 +47,7 @@ skey_query(void *ctx, char **name, char **infotxt,
int len;
struct skey skey;
- if (_compat_skeychallenge(&skey, authctxt->user, challenge,
+ if (_compat_skeychallenge(&skey, authctxt->user, challenge,
sizeof(challenge)) == -1)
return -1;