src, misc: applied gofmt -w -s
TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/111770043
This commit is contained in:
parent
38da2b7bd9
commit
601d9250e6
@ -525,7 +525,7 @@ func TestCipherSuiteCertPreferenceECDSA(t *testing.T) {
|
||||
config = *testConfig
|
||||
config.CipherSuites = []uint16{TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA}
|
||||
config.Certificates = []Certificate{
|
||||
Certificate{
|
||||
{
|
||||
Certificate: [][]byte{testECDSACertificate},
|
||||
PrivateKey: testECDSAPrivateKey,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user