cleanup enforcement

This commit is contained in:
Wade Simmons
2026-06-09 15:33:31 -04:00
parent 060b46f4b3
commit 67da623e3b
3 changed files with 1 additions and 27 deletions
-13
View File
@@ -1,13 +0,0 @@
//go:build fips140enforce
package main
import (
"crypto/fips140"
)
func init() {
if !fips140.Enforced() {
panic("Nebula compiled with fips140 expects FIPS140 to be enforced. Do not set GODEBUG=fips140, or if you do it must be set as GODEBUG=fips140=only")
}
}
-13
View File
@@ -1,13 +0,0 @@
//go:build fips140enforce
package main
import (
"crypto/fips140"
)
func init() {
if !fips140.Enforced() {
panic("Nebula compiled with fips140 expects FIPS140 to be enforced. Do not set GODEBUG=fips140, or if you do it must be set as GODEBUG=fips140=only")
}
}
-13
View File
@@ -1,13 +0,0 @@
//go:build fips140enforce
package main
import (
"crypto/fips140"
)
func init() {
if !fips140.Enforced() {
panic("Nebula compiled with fips140 expects FIPS140 to be enforced. Do not set GODEBUG=fips140, or if you do it must be set as GODEBUG=fips140=only")
}
}