tris: whitespace fix
Fixes: "tris: add picotls interop"
This commit is contained in:
parent
25f2efc996
commit
079992e500
@ -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…
Reference in New Issue
Block a user