+Thu Jul 27 15:08:29 EDT 1995 Paul Park (pjpark@mit.edu)
+ * srv_key.c - Remove inclusion of "mit-des.h", it's no longer needed.
+ Use KRB5_MIT_DES_KEYSIZE instead of sizeof(mit_des_cblock).
+
+
Mon Jul 17 15:07:08 EDT 1995 Paul Park (pjpark@mit.edu)
* srv_main.c - Add stash-file handling and supply appropriate value to
krb5_db_fetch_mkey(). Add KDC profile reading/handling to
#include "adm.h"
#include "com_err.h"
#include "kadm5_defs.h"
-#include "mit-des.h"
/*
* These control the maximum [renewable] life of the changepw principal, if
&asalt);
if (!kret) {
if (primary.length &&
- (primary.length == sizeof(mit_des_cblock)) &&
+ (primary.length == KRB5_MIT_DES_KEYSIZE) &&
mit_des_is_weak_key(primary.contents))
weakness = 1;
if (alternate.length &&
- (alternate.length == sizeof(mit_des_cblock)) &&
+ (alternate.length == KRB5_MIT_DES_KEYSIZE) &&
mit_des_is_weak_key(alternate.contents))
weakness = 1;
if (primary.contents) {