We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 445efc0 + 5bccff6 commit 20ea3cfCopy full SHA for 20ea3cf
vendor/libgit2.gyp
@@ -22,7 +22,7 @@
22
"GIT_SSH",
23
"GIT_SSH_MEMORY_CREDENTIALS",
24
"LIBGIT2_NO_FEATURES_H",
25
- "GIT_SHA1_OPENSSL",
+ "GIT_SHA1_COLLISIONDETECT",
26
"GIT_SHA256_OPENSSL",
27
"GIT_USE_NSEC",
28
"GIT_HTTPS",
@@ -172,7 +172,10 @@
172
"libgit2/src/util/fs_path.c",
173
"libgit2/src/util/futils.c",
174
"libgit2/src/util/hash.c",
175
+ "libgit2/src/util/hash/collisiondetect.c",
176
"libgit2/src/util/hash/openssl.c",
177
+ "libgit2/src/util/hash/sha1dc/sha1.c",
178
+ "libgit2/src/util/hash/sha1dc/ubc_check.c",
179
"libgit2/src/util/net.c",
180
"libgit2/src/util/pool.c",
181
"libgit2/src/util/posix.c",
0 commit comments