]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips: make linknames path-independent
authorRuss Cox <rsc@golang.org>
Thu, 14 Nov 2024 07:26:32 +0000 (08:26 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 15 Nov 2024 15:49:36 +0000 (15:49 +0000)
commitad6bc88e07212f74fa8445233fc0fe4358d1776e
treefad74f0a3e4484836b378828e03664eedd1c8494
parent534551d55a8adff53a506a8fcea387c3ade346f6
crypto/internal/fips: make linknames path-independent

When using a FIPS140 snapshot, the import paths will have
FIPS version numbers in them, so use explicit import paths
for coordination with package runtime, which expects
crypto/internal/fips, not (say) crypto/internal/fips/v1.1.

Change-Id: I3ac48c84810493152e039eaa5f44d7cfe13d35f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/627915
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
src/crypto/internal/fips/cast.go
src/crypto/internal/fips/indicator.go