+Thu Nov 09 17:05:57 1995 Chris Provenzano (proven@mit.edu)
+
+ * t_cksum.c : Remove krb5_enctype from krb5_string_to_key() args.
+
Fri Oct 6 22:00:32 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
pwdata.length = strlen(pwd);
pwdata.data = pwd;
krb5_use_enctype(kcontext, &encblock, DEFAULT_KDC_ENCTYPE);
- if (kret = mit_des_string_to_key(&encblock,
- DEFAULT_KDC_ENCTYPE,
- &keyblock,
- &pwdata,
- (krb5_data *) NULL)) {
+ if (kret = mit_des_string_to_key(&encblock, &keyblock, &pwdata, NULL)) {
printf("mit_des_string_to_key choked with %d\n", kret);
return(kret);
}