X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frc5%2Frc5_ecb.c;h=e72b535507c6f4b0bed0fce488b474417512d56d;hb=f856173c43c1d98d2dc6f996d5bfb5db3923c147;hp=a3bce21a2c67e77d7bf750426875d4728ed8f0aa;hpb=5f32680329648886701f5b5832239eecf0b38390;p=oweals%2Fopenssl.git diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c index a3bce21a2c..e72b535507 100644 --- a/crypto/rc5/rc5_ecb.c +++ b/crypto/rc5/rc5_ecb.c @@ -56,16 +56,14 @@ * [including the GNU Public Licence.] */ -#include "rc5.h" +#include #include "rc5_locl.h" +#include -char *RC5_version="RC5 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998"; +const char RC5_version[]="RC5" OPENSSL_VERSION_PTEXT; -void RC5_32_ecb_encrypt(in, out, ks, encrypt) -unsigned char *in; -unsigned char *out; -RC5_32_KEY *ks; -int encrypt; +void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, + RC5_32_KEY *ks, int encrypt) { unsigned long l,d[2];