diff --git a/patches/0006-Vendor-crypto-backends.patch b/patches/0006-Vendor-crypto-backends.patch index dd456435ca..836f665e30 100644 --- a/patches/0006-Vendor-crypto-backends.patch +++ b/patches/0006-Vendor-crypto-backends.patch @@ -7372,13 +7372,13 @@ index 00000000000000..f342f221ea0c92 +} diff --git a/src/vendor/github.com/golang-fips/openssl/v2/zaes.go b/src/vendor/github.com/golang-fips/openssl/v2/zaes.go new file mode 100644 -index 00000000000000..4d945290e3bdff +index 00000000000000..e60a5dde390be6 --- /dev/null +++ b/src/vendor/github.com/golang-fips/openssl/v2/zaes.go @@ -0,0 +1,86 @@ +// Code generated by cmd/genaesmodes. DO NOT EDIT. + -+//go:build !cmd_go_bootstrap ++//go:build cgo && !cmd_go_bootstrap + +package openssl + @@ -11461,11 +11461,11 @@ index 00000000000000..1722410e5af193 + return getSystemDirectory() + "\\" + dll +} diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt -index cf5c0b83c9eeef..9f0d68a33cfaf1 100644 +index cf5c0b83c9eeef..be1319fc942882 100644 --- a/src/vendor/modules.txt +++ b/src/vendor/modules.txt @@ -1,3 +1,14 @@ -+# github.com/golang-fips/openssl/v2 v2.0.4-0.20241030093648-1a537f4bd487 ++# github.com/golang-fips/openssl/v2 v2.0.4-0.20241031074328-c51a090851d3 +## explicit; go 1.22 +github.com/golang-fips/openssl/v2 +github.com/golang-fips/openssl/v2/bbig