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 6717 by doda, Fri May 12 12:42:07 2017 UTC revision 6727 by doda, Wed May 17 13:01:26 2017 UTC
# Line 2686  static char FAR *get_cipher_name(int cip Line 2686  static char FAR *get_cipher_name(int cip
2686                  return "3DES(SSH1)";                  return "3DES(SSH1)";
2687          case SSH_CIPHER_DES:          case SSH_CIPHER_DES:
2688                  return "DES(SSH1)";                  return "DES(SSH1)";
2689            case SSH_CIPHER_BLOWFISH:
2690                    return "Blowfish(SSH1)";
2691    
2692          // for SSH2(yutaka)          // for SSH2(yutaka)
2693          case SSH2_CIPHER_AES128_CBC:          case SSH2_CIPHER_AES128_CBC:

Legend:
Removed from v.6717  
changed lines
  Added in v.6727

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