]> git.ipfire.org Git - thirdparty/git.git/blobdiff - csum-file.h
Add script for importing bits-and-pieces to Git.
[thirdparty/git.git] / csum-file.h
index 01f13b550118769ed7fbe35fce9bd8c91d87e42d..294add2a91496355b42ce02ecfe9c453d21b291a 100644 (file)
@@ -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;