sing-shadowtls/internal/tls/notboring.go
2024-11-17 15:36:06 +08:00

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 }