mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
525cb66467
commit
5bde05f98f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue