* sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES
authorChris Provenzano <proven@mit.edu>
Mon, 27 Mar 1995 14:30:32 +0000 (14:30 +0000)
committerChris Provenzano <proven@mit.edu>
Mon, 27 Mar 1995 14:30:32 +0000 (14:30 +0000)
is now the default type.

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

src/appl/simple/client/ChangeLog
src/appl/simple/client/sim_client.c

index 076c042808a754108f738fb810fa6cf3107da938..e1d1a30b087c26a27e9c9f685e932904d70d4a3e 100644 (file)
@@ -1,6 +1,12 @@
+
+Mon Mar 27 09:25:21 1995  Chris Provenzano (proven@mit.edu)
+
+       * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES
+               is now the default type.
+
 Fri Mar 10 11:09:34 1995  Chris Provenzano (proven@mit.edu)
 
-        * sim_client.c Use new calling convention for krb5_mk_req(),
+        * sim_client.c: Use new calling convention for krb5_mk_req(),
                krb5_mk_priv(), and krb5_mk_safe().
 
 Thu Mar  2 12:26:47 1995  Theodore Y. Ts'o  <tytso@dcl>
index a579d59a03a1cfb900e028135e46644258c46e81..038a745105bdcf0d4fd17a46800cce65154d5f09 100644 (file)
@@ -218,9 +218,6 @@ main(argc, argv)
     /* set auth_context rcache */
     krb5_auth_con_setrcache(context, auth_context, rcache);
 
-    /* set auth_context checksum type */
-     krb5_auth_con_setcksumtype(context, auth_context, CKSUMTYPE_RSA_MD4_DES);
-
     /* Make the safe message */
     inbuf.data = argc == 3 ? argv[2] : MSG;
     inbuf.length = strlen (inbuf.data);