Rename "ivec" to "cipher_state" in encrypt/decrypt
authorGreg Hudson <ghudson@mit.edu>
Fri, 22 Jul 2011 16:58:35 +0000 (16:58 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 22 Jul 2011 16:58:35 +0000 (16:58 +0000)
commit0e721ac570d8841fd6323179c0775cef777ede09
treefcecfd59ea7763f1a0f73e019fcb5f64a3103b40
parentbd18687a705a8a6cdcb7c140764d1a7c6a3381b5
Rename "ivec" to "cipher_state" in encrypt/decrypt

This makes the implementations match up with the prototypes, and is
more correct for enctypes like RC4 where the cipher state is not an
ivec.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25038 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/decrypt.c
src/lib/crypto/krb/encrypt.c