summaryrefslogtreecommitdiff
path: root/internal/stupidgcm/common_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-07 22:06:39 +0200
committerJakob Unterwurzacher2025-08-07 22:06:39 +0200
commit5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c (patch)
treebc8025ef01a5161fdcb9e2acf6295bb712cec24e /internal/stupidgcm/common_test.go
parent677bd8eaec0601dc0a7cac921a586860e9be3aff (diff)
stupidgcm: make build tags consistent
This makes building with just CGO_ENABLED=0 work.
Diffstat (limited to 'internal/stupidgcm/common_test.go')
-rw-r--r--internal/stupidgcm/common_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/stupidgcm/common_test.go b/internal/stupidgcm/common_test.go
index 7f38e90..633f279 100644
--- a/internal/stupidgcm/common_test.go
+++ b/internal/stupidgcm/common_test.go
@@ -1,5 +1,4 @@
//go:build cgo && !without_openssl
-// +build cgo,!without_openssl
package stupidgcm