mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
update comments
This commit is contained in:
@@ -685,7 +685,8 @@ static int SetShortInt(byte* input, word32* inOutIdx, word32 number,
|
||||
input[idx++] = ar[i]; len++;
|
||||
}
|
||||
|
||||
/* set number of bytes for integer and update index value */
|
||||
/* jump back to beginning of input buffer using unaltered inOutIdx value
|
||||
* and set number of bytes for integer, then update the index value */
|
||||
input[*inOutIdx + 1] = (byte)len;
|
||||
*inOutIdx = idx;
|
||||
|
||||
|
Reference in New Issue
Block a user