summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2017-02-24 13:34:01 +0000
committerEdward Thomson <ethomson@github.com>2017-03-03 10:50:27 +0000
commit2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0 (patch)
tree51970e392a6dadb1b0e2900ec4dd3868bf6cbc5f /include
parenta371a8ae94ff234acdc19cb35dead4312465ffce (diff)
downloadlibgit2-2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0.tar.gz
hash: include sha1collisiondetection
Include the SHA1 collision attack detection library from https://github.com/cr-marcstevens/sha1collisiondetection
Diffstat (limited to 'include')
-rw-r--r--include/git2/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 1d271366f..3b746b758 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -100,7 +100,8 @@ typedef enum {
GITERR_REBASE,
GITERR_FILESYSTEM,
GITERR_PATCH,
- GITERR_WORKTREE
+ GITERR_WORKTREE,
+ GITERR_SHA1
} git_error_t;
/**