Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4434 by doda, Mon Apr 11 00:42:31 2011 UTC revision 4435 by doda, Mon Apr 11 00:55:18 2011 UTC
# Line 2298  static void init_about_dlg(PTInstVar pva Line 2298  static void init_about_dlg(PTInstVar pva
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26