X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc5%2Frc5_ecb.c;h=1841892b2a8d29a032d67c002bd3afde0992615c;hp=2305dd081b1ea3ba981bfa5bbfbaf47e5cf4bba4;hb=aecb0b018fcf4906ff43174622a42b5f672d889b;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c index 2305dd081b..1841892b2a 100644 --- a/crypto/rc5/rc5_ecb.c +++ b/crypto/rc5/rc5_ecb.c @@ -56,14 +56,14 @@ * [including the GNU Public Licence.] */ -#include "rc5.h" +#include #include "rc5_locl.h" -#include "opensslv.h" +#include char *RC5_version="RC5" OPENSSL_VERSION_PTEXT; -void RC5_32_ecb_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];