Commit 5a7e8f46 authored by Yasser Abdolmaleki's avatar Yasser Abdolmaleki Committed by Brad Fitzpatrick

crypto/tls: fix typo

Change-Id: If9332bae87449c94fc14710133614fcd84d2815c
Reviewed-on: https://go-review.googlesource.com/c/161726Reviewed-by: default avatarFilippo Valsorda <filippo@golang.org>
parent 38a4b379
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment