Commit 99f8660b authored by canterburym's avatar canterburym
Browse files

Missing comma

parent d2a46923
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@ TLS12UAStarParams ::= SEQUENCE
   macKeyLength         [12] INTEGER (0..255),
   compressionAlgorithm [13] TLSCompressionAlgorithm,
   clientRandom         [14] OCTET STRING (SIZE(4)),
   serverRandom         [15] OCTET STRING (SIZE(4))
   serverRandom         [15] OCTET STRING (SIZE(4)),
   clientSequenceNumber [16] INTEGER,
   serverSequenceNumber [17] INTEGER,
   sessionID            [18] OCTET STRING (SIZE(0..32)),