From 5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 7 Aug 2025 22:06:39 +0200 Subject: stupidgcm: make build tags consistent This makes building with just CGO_ENABLED=0 work. --- internal/stupidgcm/gcm.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/stupidgcm/gcm.go') diff --git a/internal/stupidgcm/gcm.go b/internal/stupidgcm/gcm.go index 2e5aac4..274d3df 100644 --- a/internal/stupidgcm/gcm.go +++ b/internal/stupidgcm/gcm.go @@ -1,5 +1,4 @@ -//go:build !without_openssl -// +build !without_openssl +//go:build cgo && !without_openssl package stupidgcm -- cgit v1.2.3