Files
nebula/notboring.go
Wade Simmons 2190c04201 go fix
2026-02-12 12:16:16 -05:00

6 lines
91 B
Go

//go:build !boringcrypto
package nebula
var boringEnabled = func() bool { return false }