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,