fix t_prf test code properly
authorKen Raeburn <raeburn@mit.edu>
Wed, 27 May 2009 20:03:46 +0000 (20:03 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 27 May 2009 20:03:46 +0000 (20:03 +0000)
commit0ef1ec87f3996d995cb4dc03223a1474b2064e5f
tree76bbe7a1cbd02b9c3e581a8276649dba14ce0ce1
parent84d3b211101a583c7afa7f08ab307207aba8454b
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.

ticket: 6505
target_version: 1.7
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22392 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/t_prf.c