Fix comment.

pull/742/head
David Garske 2017-02-07 11:07:48 -08:00
parent a2984553d7
commit 19204ab1ac
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ static int GetExplicitVersion(const byte* input, word32* inOutIdx, int* version,
return ASN_PARSE_E;
if (input[idx++] == (ASN_CONTEXT_SPECIFIC | ASN_CONSTRUCTED)) {
*inOutIdx = ++idx; /* skip header byte */
*inOutIdx = ++idx; /* skip header */
return GetMyVersion(input, inOutIdx, version, maxIdx);
}