advancedtls: fix docstring for VerificationResults (#7168)

This commit is contained in:
Arjan Singh Bal 2024-04-24 20:11:14 +05:30 committed by GitHub
parent 5a24fc1808
commit 4e8f9d4a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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