Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 5402 |
|
|
| 5403 |
hostkey = key_from_blob(data, bloblen); |
hostkey = key_from_blob(data, bloblen); |
| 5404 |
if (hostkey == NULL) { |
if (hostkey == NULL) { |
| 5405 |
emsg = "key_from_blob error @ handle_SSH2_dh_gex_reply()"; |
emsg = "key_from_blob error @ handle_SSH2_dh_kex_reply()"; |
| 5406 |
goto error; |
goto error; |
| 5407 |
} |
} |
| 5408 |
data += bloblen; |
data += bloblen; |
|
|
Legend:
| Removed from v.5768 |
|
| changed lines |
| |
Added in v.5823 |
|
|
|