summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/idea/i_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/idea/i_ecb.c')
-rw-r--r--crypto/openssl/crypto/idea/i_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/idea/i_ecb.c b/crypto/openssl/crypto/idea/i_ecb.c
index 93937d2..fb613db 100644
--- a/crypto/openssl/crypto/idea/i_ecb.c
+++ b/crypto/openssl/crypto/idea/i_ecb.c
@@ -70,7 +70,7 @@ const char *idea_options(void)
return("idea(short)");
}
-void idea_ecb_encrypt(unsigned char *in, unsigned char *out,
+void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
IDEA_KEY_SCHEDULE *ks)
{
unsigned long l0,l1,d[2];
OpenPOWER on IntegriCloud