mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 15:20:02 +00:00
TUN-3826: Use go-fips when building cloudflared for linux/amd64
This commit is contained in:
5
cmd/cloudflared/fips.go
Normal file
5
cmd/cloudflared/fips.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build fips
|
||||
|
||||
package main
|
||||
|
||||
import _ "crypto/tls/fipsonly"
|
Reference in New Issue
Block a user