aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/syso/syso.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/syso/syso.go')
-rw-r--r--src/crypto/internal/boring/syso/syso.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/syso/syso.go b/src/crypto/internal/boring/syso/syso.go
new file mode 100644
index 0000000000..b3387545e6
--- /dev/null
+++ b/src/crypto/internal/boring/syso/syso.go
@@ -0,0 +1,9 @@
+// Copyright 2022 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:build boringcrypto
+
+// This package only exists with GOEXPERIMENT=boringcrypto.
+// It provides the actual syso file.
+package syso