diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-11-01 21:58:53 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-11-01 21:58:53 -0800 |
| commit | 235d521da60e4699e5bd59ac658b5b48bd76ddca (patch) | |
| tree | 25620311ca206d41659b5f3e6f60760dca584c2b /mozilla-sha1/sha1.h | |
| parent | d92ddb525d47f11ecb6b11e795a668240d9a1af5 (diff) | |
| parent | 8e6ae4ad5ff14a6fd958ada867e24f8d248aac58 (diff) | |
| download | git-0.99.9b.tar.xz | |
GIT 0.99.9bv0.99.9b
This contains the changes made on the master branch since 0.99.9a.
The workaround for building RPMs has not changed since 0.99.9a,
mainly because I haven't heard back if it was good enough for
kernel.org consumption, or otherwise what changes are needed.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'mozilla-sha1/sha1.h')
| -rw-r--r-- | mozilla-sha1/sha1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mozilla-sha1/sha1.h b/mozilla-sha1/sha1.h index f5decbf43b..5d82afa3bd 100644 --- 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); |
