aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/chacha_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stupidgcm/chacha_test.go')
-rw-r--r--internal/stupidgcm/chacha_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/stupidgcm/chacha_test.go b/internal/stupidgcm/chacha_test.go
index 542ff15..356c813 100644
--- a/internal/stupidgcm/chacha_test.go
+++ b/internal/stupidgcm/chacha_test.go
@@ -1,5 +1,4 @@
-//go:build !without_openssl
-// +build !without_openssl
+//go:build cgo && !without_openssl
package stupidgcm