diff options
| author | Filippo Valsorda <filippo@golang.org> | 2025-09-07 16:45:59 +0200 |
|---|---|---|
| committer | Junyang Shao <shaojunyang@google.com> | 2025-09-25 12:02:28 -0700 |
| commit | 908f609315ddc3ff0c347ee2a3f0c0765ddf2557 (patch) | |
| tree | b3bf5ee45469c3e51eea3e0ec7297d7483812c18 | |
| parent | abbddbbdcb3b103dfdfc8a01b4355ed3e60bae9e (diff) | |
| download | go-908f609315ddc3ff0c347ee2a3f0c0765ddf2557.tar.xz | |
[release-branch.go1.24] crypto/internal/fips140: revert post-sealing change to FIPS 140-3 module
This small change landed in CL 650675 after v1.0.0.zip was sealed. Since
we are re-sealing it from release-branch.go1.24, revert it to avoid it
showing up on the diff between the two zip files.
Updates #75523
Change-Id: I6a6a6964625880a209682dec72faa8aff74644fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/701440
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
| -rw-r--r-- | src/crypto/internal/fips140/check/check.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/internal/fips140/check/check.go b/src/crypto/internal/fips140/check/check.go index 454cd6c738..f8a5d7a41e 100644 --- a/src/crypto/internal/fips140/check/check.go +++ b/src/crypto/internal/fips140/check/check.go @@ -100,7 +100,7 @@ func init() { clear(nbuf[:]) h.Reset() - if godebug.Value("fips140") == "debug" { + if godebug.Value("#fips140") == "debug" { println("fips140: verified code+data") } |
