encode_kdc.c (krb5_encode_kdc_rep): Now requires that the
authorTheodore Tso <tytso@mit.edu>
Mon, 21 Nov 1994 20:33:53 +0000 (20:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 21 Nov 1994 20:33:53 +0000 (20:33 +0000)
commit713fb98f15b22f626aa792a60f0e00f502a04456
tree9210ae111762a6758d03304ccbc755b41f8f5a8e
parent701efdf4670d556f9164a87ce44939c2cd3f050d
encode_kdc.c (krb5_encode_kdc_rep): Now requires that the
caller pass in the encryption block to be used for
encrpyting the ticket.  That way, this routine doesn't
need to create its own encryption block.

encrypt_tk.c (krb5_encrypt_tkt_part): Now requires that the
caller pass in the encryption block to be used for
encrpyting the ticket.  That way, this routine doesn't
need to create its own encryption block.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4710 dc483132-0cff-0310-8789-dd5450dbe970
src/include/krb5/ChangeLog
src/include/krb5/encryption.h
src/include/krb5/func-proto.h
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/encode_kdc.c
src/lib/krb5/krb/encrypt_tk.c
src/lib/krb5/krb/mk_req_ext.c