Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 4874 |
} |
} |
| 4875 |
|
|
| 4876 |
|
|
| 4877 |
// MAC(Hash Message Authentication Code)アルゴリズムの決定 (2004.12.17 yutaka) |
// MAC(Message Authentication Code)アルゴリズムの決定 (2004.12.17 yutaka) |
| 4878 |
size = get_payload_uint32(pvar, offset); |
size = get_payload_uint32(pvar, offset); |
| 4879 |
offset += 4; |
offset += 4; |
| 4880 |
for (i = 0; i < size; i++) { |
for (i = 0; i < size; i++) { |
|
|
Legend:
| Removed from v.5262 |
|
| changed lines |
| |
Added in v.5264 |
|
|
|