utls/notboring.go
2025-02-10 12:30:47 -07:00

6 lines
210 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.
package tls
func needFIPS() bool { return false }