diff options
Diffstat (limited to 'sshconnect2.c')
-rw-r--r-- | sshconnect2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshconnect2.c b/sshconnect2.c index d8e1df5ca..1ee92ab0d 100644 --- a/sshconnect2.c +++ b/sshconnect2.c | |||
@@ -472,7 +472,7 @@ userauth_passwd(Authctxt *authctxt) | |||
472 | * parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST | 472 | * parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST |
473 | */ | 473 | */ |
474 | void | 474 | void |
475 | input_userauth_passwd_changereq(int type, uint32_t seqnr, void *ctxt) | 475 | input_userauth_passwd_changereq(int type, u_int32_t seqnr, void *ctxt) |
476 | { | 476 | { |
477 | Authctxt *authctxt = ctxt; | 477 | Authctxt *authctxt = ctxt; |
478 | char *info, *lang, *password = NULL, *retype = NULL; | 478 | char *info, *lang, *password = NULL, *retype = NULL; |