actually don't need DES version, since it's in an encrypted piece in the
authorJohn Kohl <jtkohl@mit.edu>
Thu, 3 Jan 1991 16:49:11 +0000 (16:49 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 3 Jan 1991 16:49:11 +0000 (16:49 +0000)
request.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1602 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/krbconfig.c

index 156bb27f2dbb22fb1b6c1a200d237123c734cbc6..f6c4d52c248ee14e18f6e67ca4aa6994f6b1c6fa 100644 (file)
@@ -19,5 +19,5 @@ static char rcsid_krbconfig_c [] =
 #include <krb5/krb5.h>
 
 krb5_deltat krb5_clockskew = 5 * 60;   /* five minutes */
-krb5_cksumtype krb5_kdc_req_sumtype = CKSUMTYPE_RSA_MD4_DES;
+krb5_cksumtype krb5_kdc_req_sumtype = CKSUMTYPE_RSA_MD4;
 krb5_flags krb5_kdc_default_options = KDC_OPT_RENEWABLE_OK;