mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Supply missing "int r" in skey code.
This commit is contained in:
parent
984bacfaac
commit
79c9d35018
@ -973,6 +973,7 @@ mm_answer_skeyquery(int sock, struct sshbuf *m)
|
|||||||
struct skey skey;
|
struct skey skey;
|
||||||
char challenge[1024];
|
char challenge[1024];
|
||||||
u_int success;
|
u_int success;
|
||||||
|
int r;
|
||||||
|
|
||||||
success = _compat_skeychallenge(&skey, authctxt->user, challenge,
|
success = _compat_skeychallenge(&skey, authctxt->user, challenge,
|
||||||
sizeof(challenge)) < 0 ? 0 : 1;
|
sizeof(challenge)) < 0 ? 0 : 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user