-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate libcurl/libgit2/libssh2 to OpenSSL (#8377)
* LibSSH2: use OpenSSL * LibGit2: use OpenSSL Also, disable linking to mbedTLS Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> * LibCURL: use OpenSSL --------- Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
26 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
include("../common.jl") | ||
|
||
build_libcurl(ARGS, "LibCURL", v"8.7.1") | ||
|
||
# Build trigger: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 0 additions & 105 deletions
105
L/LibSSH2/bundled/patches/0001-mbedtls-use-more-size_t-to-sync-up-with-crypto.h.patch
This file was deleted.
Oops, something went wrong.