mirror of
https://github.com/soypat/lneto.git
synced 2026-09-01 04:19:05 +00:00
crypto/tls: sort of matching stdlib
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package tls
|
||||
|
||||
type HelloClientMsg struct {
|
||||
}
|
||||
|
||||
func (d *HelloClientMsg) Decode(buf []byte) (int, error) {
|
||||
return 0, nil
|
||||
}
|
||||
Reference in New Issue
Block a user