diff options
Diffstat (limited to 'third_party/git/compat/sha1-chunked.h')
-rw-r--r-- | third_party/git/compat/sha1-chunked.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/git/compat/sha1-chunked.h b/third_party/git/compat/sha1-chunked.h new file mode 100644 index 000000000000..7b2df28eec45 --- /dev/null +++ b/third_party/git/compat/sha1-chunked.h @@ -0,0 +1,2 @@ + +int git_SHA1_Update_Chunked(platform_SHA_CTX *c, const void *data, size_t len); |