]> andersk Git - openssh.git/blobdiff - sshconnect2.c
[sshconnect2.c] change uint32_t to u_int32_t
[openssh.git] / sshconnect2.c
index d8e1df5ca9dab1adbc100e470131f041b9aafe54..1ee92ab0d740d2d9f507415ef82688a3a7da58a9 100644 (file)
@@ -472,7 +472,7 @@ userauth_passwd(Authctxt *authctxt)
  * parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST
  */
 void
-input_userauth_passwd_changereq(int type, uint32_t seqnr, void *ctxt)
+input_userauth_passwd_changereq(int type, u_int32_t seqnr, void *ctxt)
 {
        Authctxt *authctxt = ctxt;
        char *info, *lang, *password = NULL, *retype = NULL;
This page took 0.071236 seconds and 4 git commands to generate.