Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 659 pull up r22392 from trunk ------------------------------------------------------------------------ r22392 | raeburn | 2009-05-27 16:03:46 -0400 (Wed, 27 May 2009) | 10 lines ticket: 6505 target_version: 1.7 tags: pullup subject: fix t_prf test code properly Correction to patch in r22364: "i" was used in two places, one of which required an int-sized value and the other of which required a size_t. Instead of changing the type, split the two uses into separate variables. https://github.com/krb5/krb5/commit/27058b68b52225848c2f38a385a74ac65f497bca Commit By: tlyu Revision: 22794 Changed Files: U branches/krb5-1-7/src/lib/crypto/t_prf.c