This commit is contained in:
Wade Simmons
2026-06-01 10:51:31 -04:00
parent cfcdcb0546
commit dd081ffeb6
4 changed files with 15 additions and 42 deletions
+1 -8
View File
@@ -2,11 +2,4 @@
package nebula
import "crypto/boring"
func getFIPS140() string {
if boring.Enabled() {
return "boringcrypto"
}
return "off"
}
var boringEnabled = boring.Enabled