From 7bb88bb68678ab58c2c8555cde37b691df989348 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 1 Nov 2016 13:59:01 -0400 Subject: [PATCH] Fix comment on session version field. It is not ignored. Change-Id: I2e607a6d6f7444838fc6fa65cd18e9aa142f139f Reviewed-on: https://boringssl-review.googlesource.com/12023 Commit-Queue: David Benjamin Reviewed-by: Adam Langley --- ssl/ssl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c index eeea8261..f81450b4 100644 --- a/ssl/ssl_asn1.c +++ b/ssl/ssl_asn1.c @@ -97,7 +97,7 @@ /* An SSL_SESSION is serialized as the following ASN.1 structure: * * SSLSession ::= SEQUENCE { - * version INTEGER (1), -- ignored + * version INTEGER (1), -- session structure version * sslVersion INTEGER, -- protocol version number * cipher OCTET STRING, -- two bytes long * sessionID OCTET STRING,