Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/boring/notboring.go')
-rw-r--r--internal/boring/notboring.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/boring/notboring.go b/internal/boring/notboring.go
index 6dbf3c39..1a7eb52f 100644
--- a/internal/boring/notboring.go
+++ b/internal/boring/notboring.go
@@ -3,5 +3,7 @@
package boring
+// CheckBoring does nothing when the boringcrypto tag is not in the
+// build.
func CheckBoring() {
}