From 32db81931560ec6a47348ec90202f504ab7acc6f Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Tue, 9 Jun 2026 12:23:48 -0400 Subject: [PATCH] cleanup --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2837ef3b..0c506e87 100644 --- a/Makefile +++ b/Makefile @@ -289,10 +289,8 @@ ifeq ($(strip $(GOFIPS140)),) endif $(eval GOENV += GOFIPS140=$(GOFIPS140)) $(eval LDFLAGS += -X runtime.godebugDefault=fips140=only) - # To enforce fips140.Enforced() $(eval BUILD_ARGS += -tags fips140) $(eval TEST_ENV += $(GOENV)) - # For smoke-docker $(eval CURVE = P256) ifeq ($(words $(MAKECMDGOALS)),1) @$(MAKE) fips140 GOFIPS140=$(GOFIPS140) ${.DEFAULT_GOAL} --no-print-directory @@ -314,6 +312,7 @@ boringcrypto: $(eval LDFLAGS += -checklinkname=0) $(eval TEST_FLAGS += -ldflags -checklinkname=0) $(eval TEST_ENV += $(GOENV)) + $(eval CURVE = P256) ifeq ($(words $(MAKECMDGOALS)),1) @$(MAKE) boringcrypto ${.DEFAULT_GOAL} --no-print-directory endif