Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1123 |
|
|
| 1124 |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, TRUE); |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, TRUE); |
| 1125 |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, TRUE); |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, TRUE); |
| 1126 |
|
|
| 1127 |
|
enable_dlg_items(dlg, IDC_HISTORY, IDC_HISTORY, TRUE); // enabled |
| 1128 |
} |
} |
| 1129 |
#ifndef NO_INET6 |
#ifndef NO_INET6 |
| 1130 |
else { |
else { |
| 1135 |
|
|
| 1136 |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
enable_dlg_items(dlg, IDC_SSH_VERSION, IDC_SSH_VERSION, FALSE); // disabled |
| 1137 |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, FALSE); // disabled (2004.11.23 yutaka) |
enable_dlg_items(dlg, IDC_SSH_VERSION_LABEL, IDC_SSH_VERSION_LABEL, FALSE); // disabled (2004.11.23 yutaka) |
| 1138 |
|
|
| 1139 |
|
enable_dlg_items(dlg, IDC_HISTORY, IDC_HISTORY, FALSE); // disabled |
| 1140 |
} |
} |
| 1141 |
#else |
#else |
| 1142 |
else |
else |
|
|
Legend:
| Removed from v.3146 |
|
| changed lines |
| |
Added in v.3155 |
|
|
| |