mirror of
https://github.com/golang/go
synced 2024-11-17 14:04:48 -07:00
crypto/tls: fix typo in PreferServerCipherSuites comment
Fixing a typo, Deprected -> Deprecated.
Change-Id: Ie0ccc9a57ae6a935b4f67154ac097dba4c3832ec
GitHub-Last-Rev: 57337cc1bf
GitHub-Pull-Request: golang/go#47745
Reviewed-on: https://go-review.googlesource.com/c/go/+/342791
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
parent
a6ff433d6a
commit
770df2e18d
@ -659,7 +659,7 @@ type Config struct {
|
|||||||
// cipher suite based on logic that takes into account inferred client
|
// cipher suite based on logic that takes into account inferred client
|
||||||
// hardware, server hardware, and security.
|
// hardware, server hardware, and security.
|
||||||
//
|
//
|
||||||
// Deprected: PreferServerCipherSuites is ignored.
|
// Deprecated: PreferServerCipherSuites is ignored.
|
||||||
PreferServerCipherSuites bool
|
PreferServerCipherSuites bool
|
||||||
|
|
||||||
// SessionTicketsDisabled may be set to true to disable session ticket and
|
// SessionTicketsDisabled may be set to true to disable session ticket and
|
||||||
|
Loading…
Reference in New Issue
Block a user