mirror of
https://github.com/SagerNet/sing-shadowtls.git
synced 2025-04-02 19:57:35 +03:00
9 lines
237 B
Go
9 lines
237 B
Go
// Copyright 2022 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
//go:build !boringcrypto
|
|
|
|
package tls
|
|
|
|
func needFIPS() bool { return false }
|