[sshconnect2.c] change uint32_t to u_int32_t
This commit is contained in:
parent
49e457c43b
commit
c85496222b
|
@ -1,6 +1,7 @@
|
||||||
20020331
|
20020331
|
||||||
- (tim) [configure.ac] use /bin/test -L to work around broken builtin on
|
- (tim) [configure.ac] use /bin/test -L to work around broken builtin on
|
||||||
Solaris 8
|
Solaris 8
|
||||||
|
- (tim) [sshconnect2.c] change uint32_t to u_int32_t
|
||||||
|
|
||||||
20020330
|
20020330
|
||||||
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
|
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
|
||||||
|
@ -8097,4 +8098,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2003 2002/03/31 19:23:06 tim Exp $
|
$Id: ChangeLog,v 1.2004 2002/03/31 20:49:38 tim Exp $
|
||||||
|
|
|
@ -472,7 +472,7 @@ userauth_passwd(Authctxt *authctxt)
|
||||||
* parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST
|
* parse PASSWD_CHANGEREQ, prompt user and send SSH2_MSG_USERAUTH_REQUEST
|
||||||
*/
|
*/
|
||||||
void
|
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;
|
Authctxt *authctxt = ctxt;
|
||||||
char *info, *lang, *password = NULL, *retype = NULL;
|
char *info, *lang, *password = NULL, *retype = NULL;
|
||||||
|
|
Loading…
Reference in New Issue