mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Fix comment.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user