Change call to krb5_auth_con_setcksumtype to use
authorTheodore Tso <tytso@mit.edu>
Tue, 14 May 1996 08:42:56 +0000 (08:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 14 May 1996 08:42:56 +0000 (08:42 +0000)
krb5_auth_con_set_req_cksumtype by default instead.

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

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/init_sec_context.c

index 20348ab4b6afbd4da0b21883cda4100ea4579d82..b58ed1ee88f8842dff7f54dbd759d2e153bf6c25 100644 (file)
@@ -1,3 +1,9 @@
+Tue May 14 04:42:11 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * init_sec_context.c (make_ap_req): Change call to
+               krb5_auth_con_setcksumtype to use
+               krb5_auth_con_set_req_cksumtype by default instead.
+
 Fri Apr 12 21:47:46 1996  Richard Basch  <basch@lehman.com>
 
         * k5seal.c k5unseal.c:
index 33601ba396b28dd521df5baafb2a48a3d2f4d2df..d1eac9f401ec9be51062b98081f743af0369cec9 100644 (file)
@@ -66,7 +66,7 @@ make_ap_req(ctx, auth_context, cred, server, endtime, chan_bindings,
     if ((code = krb5_auth_con_init(context, auth_context)))
        return(code);
 
-    krb5_auth_con_setcksumtype(context, *auth_context, CKSUMTYPE_KG_CB);
+    krb5_auth_con_set_req_cksumtype(context, *auth_context, CKSUMTYPE_KG_CB);
 
     /* build the checksum field */