* kdb_cpw.c (add_key_rnd): remove bletcherous aggregate
authorTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 01:36:43 +0000 (01:36 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 9 Aug 1995 01:36:43 +0000 (01:36 +0000)
commit835d6c5ddb0f0c1603969b4a109297882d52bbcd
treefaa39e507aa9545ce9720a9df8d6484a515378c6
parentc14e04d59dd3624228a6aaf88b08df61e13f4429
* kdb_cpw.c (add_key_rnd): remove bletcherous aggregate
initializer stuff and use build_principal_ext like we
should have in the first place to build the tgt principal.

Why are we using the TGS key to seed the random number generator?
This makes randomized service keys have data that is derived from the
TGS key.  Do we really want that?  Or am I missing something here?

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6474 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/ChangeLog
src/lib/kdb/kdb_cpw.c