remove unnecessary calls to EC_POINT_copy()
[openssl.git] / crypto / md2 / md2_one.c
index 7157299d9536eeb47bc23c2661bac9894d2c6958..b12c37ce4def4e1a538b7bca74ef7cac8ce7b8e3 100644 (file)
@@ -63,7 +63,7 @@
 /* This is a separate file so that #defines in cryptlib.h can
  * map my MD functions to different names */
 
-unsigned char *MD2(unsigned char *d, unsigned long n, unsigned char *md)
+unsigned char *MD2(const unsigned char *d, unsigned long n, unsigned char *md)
        {
        MD2_CTX c;
        static unsigned char m[MD2_DIGEST_LENGTH];