EVP constification.
[openssl.git] / crypto / idea / i_ecb.c
index 93937d20635338b458f7c8b614c628a1503a9674..fb613db595c438b6df9b501d42393d17a77100e7 100644 (file)
@@ -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];