Skip to content

Commit f4a8bf1

Browse files
committed
crypto/tls: remove leftover extensionNextProtoNeg constant
NPN was removed in CL 174329. Change-Id: Ic63ad53e7e24872e28673d590727e0300f435619 Reviewed-on: https://go-review.googlesource.com/c/go/+/208224 Run-TryBot: Filippo Valsorda <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 2434869 commit f4a8bf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crypto/tls/common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ const (
100100
extensionCertificateAuthorities uint16 = 47
101101
extensionSignatureAlgorithmsCert uint16 = 50
102102
extensionKeyShare uint16 = 51
103-
extensionNextProtoNeg uint16 = 13172 // not IANA assigned
104103
extensionRenegotiationInfo uint16 = 0xff01
105104
)
106105

0 commit comments

Comments
 (0)