2023-03-05 21:45:13 -06:00
|
|
|
// Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
//go:build !go1.20
|
|
|
|
|
|
|
|
package tlsassertions
|
|
|
|
|
2023-04-03 10:55:37 -07:00
|
|
|
func GetTLSErrorPrefix() string {
|
2023-03-05 21:45:13 -06:00
|
|
|
return ""
|
|
|
|
}
|