Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 2298 |
get_file_version("ttxssh.dll", &a, &b, &c, &d); |
get_file_version("ttxssh.dll", &a, &b, &c, &d); |
| 2299 |
_snprintf_s(buf, sizeof(buf), _TRUNCATE, |
_snprintf_s(buf, sizeof(buf), _TRUNCATE, |
| 2300 |
#ifdef WITH_CAMELLIA_DRAFT |
#ifdef WITH_CAMELLIA_DRAFT |
| 2301 |
|
#ifdef HMAC_SHA2_DRAFT |
| 2302 |
|
// "TTSSH\r\nTera Term Secure Shell extension, %d.%d with Camellia/HMAC-SHA2", a, b); |
| 2303 |
|
"TTSSH\r\nTera Term Secure Shell extension, %d.%d (Camellia/HMAC-SHA2)", a, b); |
| 2304 |
|
#else |
| 2305 |
"TTSSH\r\nTera Term Secure Shell extension, %d.%d with Camellia support", a, b); |
"TTSSH\r\nTera Term Secure Shell extension, %d.%d with Camellia support", a, b); |
| 2306 |
|
#endif |
| 2307 |
|
#else |
| 2308 |
|
#ifdef HMAC_SHA2_DRAFT |
| 2309 |
|
"TTSSH\r\nTera Term Secure Shell extension, %d.%d with HMAC-SHA2 support", a, b); |
| 2310 |
#else |
#else |
| 2311 |
"TTSSH\r\nTera Term Secure Shell extension, %d.%d", a, b); |
"TTSSH\r\nTera Term Secure Shell extension, %d.%d", a, b); |
| 2312 |
#endif |
#endif |
| 2313 |
|
#endif |
| 2314 |
SendMessage(GetDlgItem(dlg, IDC_TTSSH_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
SendMessage(GetDlgItem(dlg, IDC_TTSSH_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
| 2315 |
|
|
| 2316 |
// OpenSSLのバージョンを設定する (2005.1.24 yutaka) |
// OpenSSLのバージョンを設定する (2005.1.24 yutaka) |
|
|
Legend:
| Removed from v.4434 |
|
| changed lines |
| |
Added in v.4435 |
|
|
| |