Update handshake_client_tls13.go

Co-authored-by: Gaukas Wang <i@gauk.as>
This commit is contained in:
Chaos Pjeles 2023-03-20 20:55:41 +00:00 committed by GitHub
parent 8ee89b12a7
commit e1cc6b186d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ type clientHandshakeStateTLS13 struct {
serverHello *serverHelloMsg
hello *clientHelloMsg
ecdheParams ecdheParameters
keySharesEcdheParams KeySharesEcdheParameters
keySharesEcdheParams KeySharesEcdheParameters // [UTLS]
session *ClientSessionState
earlySecret []byte