summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-18 03:40:03 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-18 03:40:03 +0000
commit0114d88dffd2c9661002796b19e4a6cb9668bf70 (patch)
tree84b14c07e37d84b7ecfceaf7c169a382b998d4da /src/include
parent88b493e4b97e118c13eef58209ddf3cd058ca5e0 (diff)
downloadkrb5-0114d88dffd2c9661002796b19e4a6cb9668bf70.tar.gz
krb5-0114d88dffd2c9661002796b19e4a6cb9668bf70.tar.xz
krb5-0114d88dffd2c9661002796b19e4a6cb9668bf70.zip
Moved prototype for encode_kdc_rep to k5-int.h, and remove the eblock
argument. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7118 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/k5-int.h8
2 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index fee9e7b89..27be88109 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 0841133e0..b1525becb 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -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.
*/