forked from quic-go/quic-go
removed parenthesis and added more detailed error description
This commit is contained in:
@@ -73,8 +73,8 @@ func (s *serverConfigClient) parseValues(tagMap map[Tag][]byte) error {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (c255Foundat < 0) {
|
if c255Foundat < 0 {
|
||||||
return qerr.Error(qerr.CryptoNoSupport, "KEXS")
|
return qerr.Error(qerr.CryptoNoSupport, "KEXS: Could not find C255, other key exchanges are not supported")
|
||||||
}
|
}
|
||||||
|
|
||||||
// AEAD
|
// AEAD
|
||||||
|
|||||||
Reference in New Issue
Block a user