diff options
Diffstat (limited to 'src/filebuf.h')
| -rw-r--r-- | src/filebuf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/filebuf.h b/src/filebuf.h index a74bb0ce1..dcaad9bd8 100644 --- a/src/filebuf.h +++ b/src/filebuf.h @@ -31,7 +31,8 @@ struct git_filebuf { int (*write)(struct git_filebuf *file, void *source, size_t len); - git_hash_ctx *digest; + bool compute_digest; + git_hash_ctx digest; unsigned char *buffer; unsigned char *z_buf; |
