forked from quic-go/quic-go
remove the EncryptionUnspecified enum value
This commit is contained in:
@@ -69,8 +69,6 @@ const (
|
||||
Encryption1RTT EncryptionLevel = protocol.Encryption1RTT
|
||||
// Encryption0RTT is the 0-RTT encryption level
|
||||
Encryption0RTT EncryptionLevel = protocol.Encryption0RTT
|
||||
// EncryptionNone is no encryption
|
||||
EncryptionNone EncryptionLevel = protocol.EncryptionUnspecified
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user