diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-17 09:04:47 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-17 09:04:47 +0200 |
commit | 94cf4c8448bab8f1ad563868089bb0ea1ff92213 (patch) | |
tree | 1a0752ba64d6b7ccfdcd824ad55a76523e659a87 /auth-skey.c | |
parent | - djm@cvs.openbsd.org 2005/07/16 01:35:24 (diff) | |
download | openssh-94cf4c8448bab8f1ad563868089bb0ea1ff92213.tar.xz openssh-94cf4c8448bab8f1ad563868089bb0ea1ff92213.zip |
- (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]
[cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL
in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-skey.c b/auth-skey.c index ac1af69ed..f676dbec9 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; |