Skip to content

Commit ff5b041

Browse files
committed
Bring back the doc string for VerificationResults to fix static check
1 parent 5a24fc1 commit ff5b041

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)