X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=csum-file.h;h=294add2a91496355b42ce02ecfe9c453d21b291a;hb=4258c212ca2c3674be4b7e00a19db705eee77a48;hp=01f13b550118769ed7fbe35fce9bd8c91d87e42d;hpb=718258e256b74622aa55f5ee0cb9cff4cce6bf9f;p=git.git diff --git a/csum-file.h b/csum-file.h index 01f13b550..294add2a9 100644 --- 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;