[Ttssh2-commit] [6727] 設定ダイアログで Blowfish (SSH1) が設定できなくなっていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 5月 17日 (水) 22:01:26 JST


Revision: 6727
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6727
Author:   doda
Date:     2017-05-17 22:01:26 +0900 (Wed, 17 May 2017)
Log Message:
-----------
設定ダイアログで Blowfish (SSH1) が設定できなくなっていたのを修正

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.c	2017-05-17 13:01:16 UTC (rev 6726)
+++ trunk/ttssh2/ttxssh/ttxssh.c	2017-05-17 13:01:26 UTC (rev 6727)
@@ -2686,6 +2686,8 @@
 		return "3DES(SSH1)";
 	case SSH_CIPHER_DES:
 		return "DES(SSH1)";
+	case SSH_CIPHER_BLOWFISH:
+		return "Blowfish(SSH1)";
 
 	// for SSH2(yutaka)
 	case SSH2_CIPHER_AES128_CBC:



Ttssh2-commit メーリングリストの案内
Back to archive index