Skip to content

Commit

Permalink
chore: enable systemcrypto for fips builds
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Dec 4, 2023
1 parent e6fff0e commit cf5f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcolbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LDFLAGS="-s -w"
# We want to use boringcrypto for fips setup
else
ifeq ($(shell go env GOOS),windows)
GOEXPERIMENT=cngcrypto
GOEXPERIMENT=systemcrypto
GOTAGS := $(GOTAGS) requirefips
LDFLAGS="-w"
else
Expand Down

0 comments on commit cf5f666

Please sign in to comment.