/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix openssl headers conflicting with custom SHA1 implementations
[git/git.git]
/
csum-file.h
diff --git
a/csum-file.h
b/csum-file.h
index
72c9487
..
9e13342
100644
(file)
--- a/
csum-file.h
+++ b/
csum-file.h
@@
-7,7
+7,7
@@
struct progress;
struct sha1file {
int fd;
unsigned int offset;
- SHA_CTX ctx;
+
git_
SHA_CTX ctx;
off_t total;
struct progress *tp;
const char *name;