Moved prototype for encode_kdc_rep to k5-int.h, and remove the eblock
authorTheodore Tso <tytso@mit.edu>
Sat, 18 Nov 1995 03:40:03 +0000 (03:40 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 18 Nov 1995 03:40:03 +0000 (03:40 +0000)
argument.

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

src/include/ChangeLog
src/include/k5-int.h

index fee9e7b896e77559d768bb3e0e8e1ff3aba67eda..27be881094c2a3d03223b75ada1877a02a16386c 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 17 22:29:13 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * krb5.hin, k5-int.h: Moved prototype for encode_kdc_rep to
+               k5-int.h, and remove the eblock argument.
+
 Mon Nov 13 11:49:02 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * k5-int.h: Added typedef for krb5_preauth_proces_proc, and
index 0841133e0aa17adb21588cd388042cfe8de25cd2..b1525becb3af650ae6acb62f730030400a9bcf77 100644 (file)
@@ -1226,6 +1226,14 @@ krb5_error_code krb5_encrypt_tkt_part
                   krb5_ticket * ));
 
 
+krb5_error_code krb5_encode_kdc_rep
+       KRB5_PROTOTYPE((krb5_context,
+                  krb5_const krb5_msgtype,
+                  krb5_const krb5_enc_kdc_rep_part *,
+                  krb5_const krb5_keyblock *,
+                  krb5_kdc_rep *,
+                  krb5_data ** ));
+
 /*
  * [De]Serialization Handle and operations.
  */