aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/boring/boring.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/boring/boring.go')
-rw-r--r--src/crypto/boring/boring.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/boring/boring.go b/src/crypto/boring/boring.go
index 19e2a0876f..097c37e343 100644
--- a/src/crypto/boring/boring.go
+++ b/src/crypto/boring/boring.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build boringcrypto
+
// Package boring exposes functions that are only available when building with
// Go+BoringCrypto. This package is available on all targets as long as the
// Go+BoringCrypto toolchain is used. Use the Enabled function to determine