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