Selaa lähdekoodia

tris: whitespace fix

Fixes: "tris: add picotls interop"
v1.2.3
Peter Wu 7 vuotta sitten
vanhempi
commit
079992e500
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      handshake_client_test.go

+ 2
- 2
handshake_client_test.go Näytä tiedosto

@@ -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 {


Ladataan…
Peruuta
Tallenna