From 738d5a2b3a001318064be649d683684630eff4c2 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 7 Sep 2021 12:57:52 +0200 Subject: stupidgcm: fix build with CGO_ENABLED=1 without_openssl We missed some "// +build" lines --- internal/stupidgcm/common.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/stupidgcm/common.go') diff --git a/internal/stupidgcm/common.go b/internal/stupidgcm/common.go index 3788315..bb100eb 100644 --- a/internal/stupidgcm/common.go +++ b/internal/stupidgcm/common.go @@ -1,3 +1,5 @@ +// +build !without_openssl + package stupidgcm import ( -- cgit v1.2.3