Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Convert project name to UTF-8
[gitweb.git]
/
mozilla-sha1
/
sha1.h
diff --git
a/mozilla-sha1/sha1.h
b/mozilla-sha1/sha1.h
index f5decbf43b259232d3ec4a665712df61f946a7f5..5d82afa3bdd21a2855c569a73cf3277b5c6a41bc 100644
(file)
--- a/
mozilla-sha1/sha1.h
+++ b/
mozilla-sha1/sha1.h
@@
-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);