mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 10:56:59 +02:00
use go:debug to enable fips140=only
This is safer because it doesn't clober other defaults that are set by Go or the environment.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build fips140enforce
|
||||
|
||||
//go:debug fips140=only
|
||||
|
||||
package main
|
||||
@@ -0,0 +1,5 @@
|
||||
//go:build fips140enforce
|
||||
|
||||
//go:debug fips140=only
|
||||
|
||||
package main
|
||||
@@ -0,0 +1,5 @@
|
||||
//go:build fips140enforce
|
||||
|
||||
//go:debug fips140=only
|
||||
|
||||
package main
|
||||
Reference in New Issue
Block a user