Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA15236; Mon, 4 Dec 95 22:31:01 EST
Received: from TARDIS.MIT.EDU by MIT.EDU with SMTP
	id AA25225; Mon, 4 Dec 95 22:29:52 EST
From: probe@MIT.EDU
Received: by tardis.MIT.EDU (AIX 3.2/UCB 5.64/4.7) id AA03859; Mon, 4 Dec 1995 22:30:59 -0500
Date: Mon, 4 Dec 1995 22:30:59 -0500
Message-Id: <9512050330.AA03859@tardis.MIT.EDU>
To: cvs-krb5@MIT.EDU
Subject: CVS report: src/lib/krb5/krb mk_req_ext.c

Update of /mit/krb5/.cvsroot/src/lib/krb5/krb
In directory tardis:/ptfs/probe/krb5/src/lib/krb5/krb

Modified Files:
	mk_req_ext.c 
Log Message:
The wrong encryption system was being initialized.  The response to the mk_req
should be done using the session key and its encryption system, not the
ticket's encryption system.

