diff --git a/src/crypto/tls/boring_test.go b/src/crypto/tls/boring_test.go index 6ad72faebf..8dd477a021 100644 --- a/src/crypto/tls/boring_test.go +++ b/src/crypto/tls/boring_test.go @@ -264,7 +264,7 @@ func TestBoringClientHello(t *testing.T) { clientConfig.CipherSuites = allCipherSuites() clientConfig.CurvePreferences = defaultCurvePreferences - go Client(c, testConfig).Handshake() + go Client(c, clientConfig).Handshake() srv := Server(s, testConfig) msg, err := srv.readHandshake() if err != nil {