diff --git a/common.go b/common.go index 14a8dae..1b0f19d 100644 --- a/common.go +++ b/common.go @@ -93,7 +93,6 @@ const ( typeFinished uint8 = 20 typeCertificateStatus uint8 = 22 typeKeyUpdate uint8 = 24 - typeNextProtocol uint8 = 67 // Not IANA assigned typeMessageHash uint8 = 254 // synthetic message )