Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go
Submodule go updated 100 files
8 changes: 4 additions & 4 deletions patches/0004-Use-crypto-backends.patch
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ index 802fb35aee4e65..4416731b69ec26 100644
*mode = BuildModePIE
default:
diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go
index a05c8c2b48be4b..6499182422863c 100644
index 96d25c718847d5..2f5feb5490809a 100644
--- a/src/cmd/link/internal/ld/lib.go
+++ b/src/cmd/link/internal/ld/lib.go
@@ -1176,6 +1176,12 @@ var hostobj []Hostobj
@@ -1177,6 +1177,12 @@ var hostobj []Hostobj
// These packages can use internal linking mode.
// Others trigger external mode.
var internalpkg = []string{
Expand Down Expand Up @@ -4316,7 +4316,7 @@ index 1d3e845d0f0a9c..eb4318faf13f7b 100644

var dsaPriv dsa.PrivateKey
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index b6ff825fc811b3..1fc0a4ac947345 100644
index 52c0785a87e5e8..b15ef32c94c1c3 100644
--- a/src/go/build/deps_test.go
+++ b/src/go/build/deps_test.go
@@ -539,7 +539,7 @@ var depsRules = `
Expand Down Expand Up @@ -4359,7 +4359,7 @@ index b6ff825fc811b3..1fc0a4ac947345 100644
+ < crypto/tls/internal/tls13
< CRYPTO;

CGO, fmt, net !< CRYPTO;
CRYPTO
diff --git a/src/hash/boring_test.go b/src/hash/boring_test.go
new file mode 100644
index 00000000000000..52748c44698076
Expand Down
Loading