From 2242b60340f97855f14d047d33c39404f2ae0fe6 Mon Sep 17 00:00:00 2001 From: "Benjamin M. Schwartz" Date: Tue, 22 Feb 2022 16:13:15 -0500 Subject: [PATCH] Remove lingering varint Fixes #35 --- draft-ietf-tls-ctls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-tls-ctls.md b/draft-ietf-tls-ctls.md index 81ebde5..51b2855 100644 --- a/draft-ietf-tls-ctls.md +++ b/draft-ietf-tls-ctls.md @@ -373,7 +373,7 @@ profile. struct { ContentType content_type = ctls_handshake; opaque profile_id<0..2^8-1>; - opaque fragment<0..V>; + opaque fragment<0..2^16-1>; } CTLSPlaintext; ~~~~