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 4307 by maya, Tue Feb 15 09:00:01 2011 UTC revision 4313 by maya, Wed Feb 16 15:48:49 2011 UTC
# Line 2260  static void init_about_dlg(PTInstVar pva Line 2260  static void init_about_dlg(PTInstVar pva
2260                          UTIL_get_lang_msg("DLG_ABOUT_ENCRYPTION", pvar, "Encryption:");                          UTIL_get_lang_msg("DLG_ABOUT_ENCRYPTION", pvar, "Encryption:");
2261                          append_about_text(dlg, pvar->ts->UIMsg, buf);                          append_about_text(dlg, pvar->ts->UIMsg, buf);
2262                          CRYPT_get_server_key_info(pvar, buf, sizeof(buf));                          CRYPT_get_server_key_info(pvar, buf, sizeof(buf));
2263                          UTIL_get_lang_msg("DLG_ABOUT_SERVERKEY", pvar, "Server keys:");                          UTIL_get_lang_msg("DLG_ABOUT_KEXKEY", pvar, "Key exchange keys:");
2264                          append_about_text(dlg, pvar->ts->UIMsg, buf);                          append_about_text(dlg, pvar->ts->UIMsg, buf);
2265    
2266                          AUTH_get_auth_info(pvar, buf, sizeof(buf));                          AUTH_get_auth_info(pvar, buf, sizeof(buf));

Legend:
Removed from v.4307  
changed lines
  Added in v.4313

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