Skip to content
Prev Previous commit
Next Next commit
Openssl streams should always be included
  • Loading branch information
implausible committed Jun 25, 2019
commit 448e896a55bb2362c638b0c03d56719f410d1edf
6 changes: 2 additions & 4 deletions vendor/libgit2.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@
"libgit2/src/oidmap.h",
"libgit2/src/streams/mbedtls.c",
"libgit2/src/streams/mbedtls.h",
"libgit2/src/streams/openssl.c",
"libgit2/src/streams/openssl.h",
"libgit2/src/streams/registry.c",
"libgit2/src/streams/registry.h",
"libgit2/src/pack-objects.c",
Expand Down Expand Up @@ -380,10 +382,6 @@
"GIT_OPENSSL",
"GIT_USE_STAT_MTIM",
"GIT_REGEX_PCRE"
],
"sources": [
"libgit2/src/streams/openssl.c",
"libgit2/src/streams/openssl.h"
]
}],
["<(is_IBMi) == 1", {
Expand Down