unsigned int.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12792
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-10-17 Ezra Peisach <epeisach@mit.edu>
+
+ * tty_kpasswd.c (read_old_password): Argument pwsize changed to
+ unsigned int.
+
2000-05-08 Nalin Dahyabhai <nalin@redhat.com>
* xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf".
long read_old_password(context, password, pwsize)
krb5_context context;
char *password;
- int *pwsize;
+ unsigned int *pwsize;
{
long code = krb5_read_password(context,
(char *)string_text(KPW_STR_OLD_PASSWORD_PROMPT),