mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 05:06:34 +00:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
// +build fips
|
|
|
|
package main
|
|
|
|
import _ "crypto/tls/fipsonly"
|