]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: remove typeNextProtocol
authorFilippo Valsorda <filippo@golang.org>
Sat, 18 May 2024 18:15:38 +0000 (20:15 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 18:00:17 +0000 (18:00 +0000)
Was this strictly necessary? No.
Did this deserve its own CL? Maybe not.
But I have a personal vendetta against NPN.

Change-Id: Ide1ad1092259dc23e3ead5c1d5269fc5cb2793d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/587275
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/crypto/tls/common.go

index 14a8daedad2c4d2e7e9a2501469301aa25aebc7f..1b0f19da9e0e883c7096bde102f7dc740c5b92a7 100644 (file)
@@ -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
 )