Skip to content

Commit

Permalink
Bring back the doc string for VerificationResults to fix static check
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Apr 24, 2024
1 parent 5a24fc1 commit 5d09a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/advancedtls/advancedtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ type VerificationFuncParams = HandshakeVerificationInfo
// future to include more information.
type PostHandshakeVerificationResults struct{}

// VerificationResults contains the information about results of
// CustomVerificationFunc.
// Deprecated: use PostHandshakeVerificationResults instead.
type VerificationResults = PostHandshakeVerificationResults

Expand Down

0 comments on commit 5d09a28

Please sign in to comment.