Skip to content

Commit

Permalink
Remove lingering varint
Browse files Browse the repository at this point in the history
Fixes tlswg#35
  • Loading branch information
Benjamin M. Schwartz authored Feb 22, 2022
1 parent 095df65 commit 2242b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-tls-ctls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
~~~~

Expand Down

0 comments on commit 2242b60

Please sign in to comment.