]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.24] crypto/internal/fips140: revert post-sealing change to FIPS...
authorFilippo Valsorda <filippo@golang.org>
Sun, 7 Sep 2025 14:45:59 +0000 (16:45 +0200)
committerJunyang Shao <shaojunyang@google.com>
Thu, 25 Sep 2025 19:02:28 +0000 (12:02 -0700)
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>
src/crypto/internal/fips140/check/check.go

index 454cd6c738b1afd99eecf621eef696b3da4faf5c..f8a5d7a41e982e7a4d334d19961181dabb603926 100644 (file)
@@ -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")
        }