Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/hosts.c
Parent Directory
| Revision Log
| Patch
| 915 |
int host_len = strlen(pvar->hosts_state.prefetched_hostname); |
int host_len = strlen(pvar->hosts_state.prefetched_hostname); |
| 916 |
char *result = NULL; |
char *result = NULL; |
| 917 |
int index; |
int index; |
| 918 |
enum ssh_keytype type = pvar->hosts_state.hostkey.type; |
ssh_keytype type = pvar->hosts_state.hostkey.type; |
| 919 |
|
|
| 920 |
switch (type) { |
switch (type) { |
| 921 |
case KEY_RSA1: |
case KEY_RSA1: |
|
|
Legend:
| Removed from v.4333 |
|
| changed lines |
| |
Added in v.4378 |
|
|
|