Skip to content

Commit

Permalink
advancedtls: fix docstring for VerificationResults (#7168)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Apr 24, 2024
1 parent 5a24fc1 commit 4e8f9d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/advancedtls/advancedtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ 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 4e8f9d4

Please sign in to comment.