]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move add_to_transited to a separate file
authorTom Yu <tlyu@mit.edu>
Wed, 12 Sep 2012 21:19:24 +0000 (17:19 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 15 Oct 2012 23:41:14 +0000 (19:41 -0400)
commitb57463a2e6e6a1ad047fafc54793c98ccf1c507b
tree7cda2c060af532da09442884ff618cf2a0d5fcd9
parentcabd57b398bb10098df2fe7bdb5600671825415c
Move add_to_transited to a separate file

add_to_transited() is fairly large, and also fairly independent of the
other contents of kdc_util.c.  Move it into kdc_transit.c.  Also
simplifies the building of rtest by removing dependencies that
kdc_util.c previously needed to satisfy undefined symbols.
src/kdc/Makefile.in
src/kdc/kdc_transit.c [new file with mode: 0644]
src/kdc/kdc_util.c