diff options
Diffstat (limited to 'internal/stupidgcm/gcm_test.go')
-rw-r--r-- | internal/stupidgcm/gcm_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/stupidgcm/gcm_test.go b/internal/stupidgcm/gcm_test.go index c730a87..6c15287 100644 --- a/internal/stupidgcm/gcm_test.go +++ b/internal/stupidgcm/gcm_test.go @@ -1,5 +1,5 @@ -//go:build !without_openssl -// +build !without_openssl +//go:build !without_openssl && cgo +// +build !without_openssl,cgo // We compare against Go's built-in GCM implementation. Since stupidgcm only // supports 128-bit IVs and Go only supports that from 1.5 onward, we cannot |