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

gitlab.com/gitlab-org/gitaly.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.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/boring/notboring.go b/internal/boring/notboring.go
new file mode 100644
index 000000000..1a7eb52f7
--- /dev/null
+++ b/internal/boring/notboring.go
@@ -0,0 +1,9 @@
+//go:build !boringcrypto
+// +build !boringcrypto
+
+package boring
+
+// CheckBoring does nothing when the boringcrypto tag is not in the
+// build.
+func CheckBoring() {
+}