Преглед изворни кода

tris: whitespace fix

Fixes: "tris: add picotls interop"
v1.2.3
Peter Wu пре 7 година
родитељ
комит
079992e500
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      handshake_client_test.go

+ 2
- 2
handshake_client_test.go Прегледај датотеку

@@ -68,8 +68,8 @@ func (i opensslInput) Read(buf []byte) (n int, err error) {
// log message from a completed server handshake.
type opensslOutputSink struct {
handshakeConfirmed chan struct{}
all []byte
line []byte
all []byte
line []byte
}

func newOpensslOutputSink() *opensslOutputSink {


Loading…
Откажи
Сачувај