summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/rc5/rc5ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rc5/rc5ofb64.c')
-rw-r--r--crypto/openssl/crypto/rc5/rc5ofb64.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/rc5/rc5ofb64.c b/crypto/openssl/crypto/rc5/rc5ofb64.c
index fd2ecdd..d412215 100644
--- a/crypto/openssl/crypto/rc5/rc5ofb64.c
+++ b/crypto/openssl/crypto/rc5/rc5ofb64.c
@@ -63,8 +63,9 @@
* used. The extra state information to record how much of the
* 64bit block we have used is contained in *num;
*/
-void RC5_32_ofb64_encrypt(unsigned char *in, unsigned char *out, long length,
- RC5_32_KEY *schedule, unsigned char *ivec, int *num)
+void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out,
+ long length, RC5_32_KEY *schedule,
+ unsigned char *ivec, int *num)
{
register unsigned long v0,v1,t;
register int n= *num;
OpenPOWER on IntegriCloud