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)
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.)


No differences found