Merge git://git.kernel.org/pub/scm/gitk/gitk
[git.git] / mozilla-sha1 / sha1.h
index f5decbf..5d82afa 100644 (file)
@@ -41,5 +41,5 @@ typedef struct {
 } SHA_CTX;
 
 void SHA1_Init(SHA_CTX *ctx);
-void SHA1_Update(SHA_CTX *ctx, void *dataIn, int len);
+void SHA1_Update(SHA_CTX *ctx, const void *dataIn, int len);
 void SHA1_Final(unsigned char hashout[20], SHA_CTX *ctx);