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/openssl_aead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/stupidgcm/openssl_aead.c') diff --git a/internal/stupidgcm/openssl_aead.c b/internal/stupidgcm/openssl_aead.c index e02466f..a7f4f59 100644 --- a/internal/stupidgcm/openssl_aead.c +++ b/internal/stupidgcm/openssl_aead.c @@ -1,4 +1,4 @@ -// +build !without_openssl +//go:build cgo && !without_openssl #include "openssl_aead.h" #include -- cgit v1.2.3