aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/fipstls/tls.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/fipstls/tls.go')
-rw-r--r--src/crypto/internal/boring/fipstls/tls.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crypto/internal/boring/fipstls/tls.go b/src/crypto/internal/boring/fipstls/tls.go
index 4127533fbd..701700e4e3 100644
--- a/src/crypto/internal/boring/fipstls/tls.go
+++ b/src/crypto/internal/boring/fipstls/tls.go
@@ -2,8 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build boringcrypto
+
// Package fipstls allows control over whether crypto/tls requires FIPS-approved settings.
-// This package's effects are independent of the use of the BoringCrypto implementation.
+// This package only exists with GOEXPERIMENT=boringcrypto, but the effects are independent
+// of the use of BoringCrypto.
package fipstls
import "sync/atomic"