Add a pointer to a paper (is the algorithm in section 4.2 the
[oweals/openssl.git] / crypto / md5 / md5.h
index 148fb963d4f6b8bdbfa5502ca71858e6e8b27706..bdab6d45e862529a9595f662a91e489e1ff9d93d 100644 (file)
@@ -106,7 +106,7 @@ void MD5_Init(MD5_CTX *c);
 void MD5_Update(MD5_CTX *c, const unsigned char *data, unsigned long len);
 void MD5_Final(unsigned char *md, MD5_CTX *c);
 unsigned char *MD5(unsigned char *d, unsigned long n, unsigned char *md);
-void MD5_Transform(MD5_CTX *c, unsigned char *b);
+void MD5_Transform(MD5_CTX *c, const unsigned char *b);
 #ifdef  __cplusplus
 }
 #endif