mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
Update quic-go
This commit is contained in:
parent
47e6a56b16
commit
15c87a68a1
55 changed files with 1448 additions and 12574 deletions
2
vendor/github.com/quic-go/qtls-go1-20/common.go
generated
vendored
2
vendor/github.com/quic-go/qtls-go1-20/common.go
generated
vendored
|
@ -1422,7 +1422,7 @@ func leafCertificate(c *Certificate) (*x509.Certificate, error) {
|
|||
}
|
||||
|
||||
type handshakeMessage interface {
|
||||
marshal() []byte
|
||||
marshal() ([]byte, error)
|
||||
unmarshal([]byte) bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue