From: Theodore Tso Date: Sat, 18 Nov 1995 03:40:03 +0000 (+0000) Subject: Moved prototype for encode_kdc_rep to k5-int.h, and remove the eblock X-Git-Tag: krb5-1.0-beta6~788 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0114d88dffd2c9661002796b19e4a6cb9668bf70;p=krb5.git 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 --- 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 + + * 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 * 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. */