mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
crypto/tls, crypto/x509: update spelling of marshal*
Per https://golang.org/wiki/Spelling and CL 33017. Change-Id: Ia813a81d25603883114c4e4b6997eb560d6a3690 Reviewed-on: https://go-review.googlesource.com/c/go/+/172457 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
cb16c91e09
commit
3ffb0577c5
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ func (m *clientHelloMsg) marshalWithoutBinders() []byte {
|
|||
}
|
||||
|
||||
// updateBinders updates the m.pskBinders field, if necessary updating the
|
||||
// cached marshalled representation. The supplied binders must have the same
|
||||
// cached marshaled representation. The supplied binders must have the same
|
||||
// length as the current m.pskBinders.
|
||||
func (m *clientHelloMsg) updateBinders(pskBinders [][]byte) {
|
||||
if len(pskBinders) != len(m.pskBinders) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue