зеркало из https://github.com/github/ruby.git
Use C90 comment style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
525cb66467
Коммит
5bde05f98f
|
@ -278,7 +278,7 @@ static inline void
|
|||
int_sip_pad_final_block(sip_state *state)
|
||||
{
|
||||
int i;
|
||||
//pad with 0's and finalize with msg_len mod 256
|
||||
/* pad with 0's and finalize with msg_len mod 256 */
|
||||
for (i = state->buflen; i < sizeof(uint64_t); i++) {
|
||||
state->buf[i] = 0x00;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче