Shut compiler warning

This commit is contained in:
Andrey A. Chernov 1995-12-23 22:02:13 +00:00
parent 77732bc551
commit f43072706a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12998

View file

@ -13,7 +13,7 @@ static char rcsid_kpasswd_c[] =
"BonesHeader: /afs/athena.mit.edu/astaff/project/kerberos/src/kadmin/RCS/kpasswd.c,v 4.3 89/09/26 09:33:02 jtkohl Exp ";
#endif
static const char rcsid[] =
"$Id: kpasswd.c,v 1.1 1995/07/18 16:41:20 mark Exp $";
"$Id: kpasswd.c,v 1.4 1995/09/07 21:38:55 markm Exp $";
#endif lint
/*
@ -207,7 +207,7 @@ void get_pw_new_key(new_key, name, inst, realm, print_realm)
bzero((char *) new_key, sizeof(des_cblock));
new_key[0] = (unsigned char) 1;
#else
(void) des_string_to_key(pword, new_key);
(void) des_string_to_key(pword, (des_cblock *)new_key);
#endif
bzero(pword, sizeof(pword));
}