diff options
Diffstat (limited to 'internal/stupidgcm/xchacha_test.go')
-rw-r--r-- | internal/stupidgcm/xchacha_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/stupidgcm/xchacha_test.go b/internal/stupidgcm/xchacha_test.go index 676a023..a448f20 100644 --- a/internal/stupidgcm/xchacha_test.go +++ b/internal/stupidgcm/xchacha_test.go @@ -1,5 +1,4 @@ -//go:build !without_openssl -// +build !without_openssl +//go:build cgo && !without_openssl package stupidgcm |