remove the EncryptionUnspecified enum value

This commit is contained in:
Marten Seemann 2020-08-21 13:01:02 +07:00
parent ebe051b2cc
commit bbd9fa4862
6 changed files with 19 additions and 19 deletions

View file

@ -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 (