Skip to content

Commit

Permalink
update vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Oct 31, 2024
1 parent a342edc commit 218e03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches/0006-Vendor-crypto-backends.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
+
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 218e03d

Please sign in to comment.