This website requires JavaScript.
Explore
Help
Register
Sign In
curben
/
cloudflared-mirror
mirror of
https://github.com/cloudflare/cloudflared.git
Watch
1
Star
0
Fork
You've already forked cloudflared-mirror
0
Code
Issues
Projects
Releases
Wiki
Activity
90176a79b4
cloudflared-mirror
/
fips
/
nofips.go
8 lines
76 B
Go
Raw
Blame
History
//go:build !fips
package
fips
func
IsFipsEnabled
(
)
bool
{
return
false
}
Reference in New Issue
View Git Blame
Copy Permalink