diff options
| author | Xin LI <delphij@FreeBSD.org> | 2015-07-30 10:09:31 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2015-07-30 10:09:31 +0000 |
| commit | 554a1309dbd71bb59ed4e97ea5e0bc829dad0f04 (patch) | |
| tree | 3e241aa1acdd0d601bdac59227cd29fdf356fe78 /crypto/openssh/auth2-chall.c | |
| parent | b768bf90231687be0e762c2e523a20c0e3cd711d (diff) | |
Fix a regression introduced with previous SA-15:16.opensslreleng/8.4
changeset. The problem is specific to FreeBSD 8.x.
Submitted by: jkim
Pointy hat to: delphij
Approved by: so
Notes
Notes:
svn path=/releng/8.4/; revision=286068
Diffstat (limited to 'crypto/openssh/auth2-chall.c')
| -rw-r--r-- | crypto/openssh/auth2-chall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/auth2-chall.c b/crypto/openssh/auth2-chall.c index e5f6d67f5046..482e6c350059 100644 --- a/crypto/openssh/auth2-chall.c +++ b/crypto/openssh/auth2-chall.c @@ -131,6 +131,7 @@ kbdint_alloc(const char *devs) kbdintctxt->ctxt = NULL; kbdintctxt->device = NULL; kbdintctxt->nreq = 0; + kbdintctxt->devices_done = 0; return kbdintctxt; } |
