Don't use reserved name "_encrypt" for parameters;
authorBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 17:51:35 +0000 (17:51 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 17:51:35 +0000 (17:51 +0000)
commit608217d8d0b0fd07e28e7a1e687ec19f550edb7f
tree77749a0fa76773f7014d144425f1d0a8c6d8f1ea
parent2adca9cdc6de004e5cb27437cb80841d1298e02d
Don't use reserved name "_encrypt" for parameters;
instead I've picked "enc", because that's what's in the prototypes.
("_encrypt" is reserved only as an external name, but still
using it in an application doesn't look like good style to me --
and it certainly isn't if the point is just avoiding shadowing,
which is apparently why the previous name "encrypt" was changed.)
crypto/cast/c_cfb64.c
crypto/cast/c_ecb.c
crypto/cast/c_enc.c