Prototype for krb5_c_prf missing const
authorEzra Peisach <epeisach@mit.edu>
Wed, 19 Apr 2006 19:34:55 +0000 (19:34 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 19 Apr 2006 19:34:55 +0000 (19:34 +0000)
commitdcc9a3bb91928d7bf3e871fd469a536fa322ad48
tree1aeb6c093fdc808419061d7d7b54250a5188a66a
parent61f097e67c69e99e431c711ada5bbcd7cc81ae16
Prototype for krb5_c_prf missing const

When krb5_c_prf was added in r17219 to implement RFC 3961 PRF, the
prototype for krb5_c_prf has the incomming krb5_data not flagged as const.
The implementation usage in the dk_prf.c declare as const. Make everything
consistent.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17943 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h