summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/idea/i_cfb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/idea/i_cfb64.c')
-rw-r--r--crypto/openssl/crypto/idea/i_cfb64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/crypto/idea/i_cfb64.c b/crypto/openssl/crypto/idea/i_cfb64.c
index dacf3f1..66d49d5 100644
--- a/crypto/openssl/crypto/idea/i_cfb64.c
+++ b/crypto/openssl/crypto/idea/i_cfb64.c
@@ -64,9 +64,9 @@
* 64bit block we have used is contained in *num;
*/
-void idea_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
- IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num,
- int encrypt)
+void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
+ long length, IDEA_KEY_SCHEDULE *schedule,
+ unsigned char *ivec, int *num, int encrypt)
{
register unsigned long v0,v1,t;
register int n= *num;
OpenPOWER on IntegriCloud