Skip to content

Commit 4e8f9d4

Browse files
authored
advancedtls: fix docstring for VerificationResults (#7168)
1 parent 5a24fc1 commit 4e8f9d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

security/advancedtls/advancedtls.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ type VerificationFuncParams = HandshakeVerificationInfo
6767
// future to include more information.
6868
type PostHandshakeVerificationResults struct{}
6969

70+
// VerificationResults contains the information about results of
71+
// CustomVerificationFunc.
72+
//
7073
// Deprecated: use PostHandshakeVerificationResults instead.
7174
type VerificationResults = PostHandshakeVerificationResults
7275

0 commit comments

Comments
 (0)