Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 6120 by maya, Fri Nov 13 05:06:34 2015 UTC revision 6144 by maya, Mon Nov 16 14:59:37 2015 UTC
# Line 3165  void SSH_get_protocol_version_info(PTIns Line 3165  void SSH_get_protocol_version_info(PTIns
3165          }          }
3166  }  }
3167    
3168    void SSH_get_mac_info(PTInstVar pvar, char FAR * dest, int len)
3169    {
3170            UTIL_get_lang_msg("DLG_ABOUT_MAC_INFO", pvar,
3171                              "%s to server, %s from server");
3172            _snprintf_s(dest, len, _TRUNCATE, pvar->ts->UIMsg,
3173                        get_ssh2_mac_name(pvar->ctos_hmac),
3174                        get_ssh2_mac_name(pvar->stoc_hmac));
3175    }
3176    
3177  void SSH_end(PTInstVar pvar)  void SSH_end(PTInstVar pvar)
3178  {  {
3179          int i;          int i;

Legend:
Removed from v.6120  
changed lines
  Added in v.6144

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