Files
nebula/noiseutil/notboring_test.go
Wade Simmons 5dd566e220 also support fips140v1.26
This will be inprocess soon
2026-04-30 15:21:58 -04:00

14 lines
221 B
Go

//go:build !boringcrypto && !fips140v1.0 && !fips140v1.26
package noiseutil
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestEncryptLockNeeded(t *testing.T) {
assert.False(t, EncryptLockNeeded)
}