mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
crypto/tls: fix typo
Change-Id: If9332bae87449c94fc14710133614fcd84d2815c Reviewed-on: https://go-review.googlesource.com/c/161726 Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
parent
38a4b37905
commit
5a7e8f466e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import (
|
|||
|
||||
func init() {
|
||||
// TLS 1.3 cipher suites preferences are not configurable and change based
|
||||
// on the architecture. Force them to the version with AES accelleration for
|
||||
// on the architecture. Force them to the version with AES acceleration for
|
||||
// test consistency.
|
||||
once.Do(initDefaultCipherSuites)
|
||||
varDefaultCipherSuitesTLS13 = []uint16{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue