krbconfig.c, Makefile.in: Removed krbconfig.c; it contained global
authorTheodore Tso <tytso@mit.edu>
Thu, 11 Jan 1996 02:27:35 +0000 (02:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 11 Jan 1996 02:27:35 +0000 (02:27 +0000)
commit29334426ed64742a79526c979864d30fda56b7f6
tree37d07ea2fb298fdc97bda0dcd2280d27a1c3644e
parent94cbabdd26bf9811ff589d959e74275fe8785644
krbconfig.c, Makefile.in: Removed krbconfig.c; it contained global
variables which are no longer used.

recvauth.c: Removed the global extern of krb5_kdc_default_options,
which wasn't being used anyway.

mk_req.c (krb5_mk_req): Replace use of krb5_kdc_default_options with
context->kdc_default_options.

gc_frm_kdc.c: Remove the global extern of krb5_kdc_req_sumtype, which
wasn't being used anymore anyway.

send_tgs.c (krb5_send_tgs_basic): Remove use of the global variable
krb5_kdc_req_sumtype, and use the kdc_req_sumtype in the context
structure instead.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7291 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/gc_frm_kdc.c
src/lib/krb5/krb/mk_req.c
src/lib/krb5/krb/recvauth.c
src/lib/krb5/krb/send_tgs.c
src/lib/krb5/krb/sendauth.c