diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/k5-int.h | 8 |
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. */ |
