[Ttssh2-commit] [6821] コメント修正 ( H-MAC -> HMAC)

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 6月 26日 (月) 19:38:04 JST


Revision: 6821
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6821
Author:   doda
Date:     2017-06-26 19:38:04 +0900 (Mon, 26 Jun 2017)
Log Message:
-----------
コメント修正 (H-MAC -> HMAC)

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

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ssh.c	2017-06-26 10:37:55 UTC (rev 6820)
+++ trunk/ttssh2/ttxssh/ssh.c	2017-06-26 10:38:04 UTC (rev 6821)
@@ -4506,7 +4506,7 @@
 	myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = buf; 
 }
 
-// H-MAC\x83A\x83\x8B\x83S\x83\x8A\x83Y\x83\x80\x97D\x90揇\x88ʂɉ\x9E\x82\xB6\x82āAmyproposal[]\x82\xF0\x8F\x91\x82\xAB\x8A\xB7\x82\xA6\x82\xE9\x81B
+// HMAC\x83A\x83\x8B\x83S\x83\x8A\x83Y\x83\x80\x97D\x90揇\x88ʂɉ\x9E\x82\xB6\x82āAmyproposal[]\x82\xF0\x8F\x91\x82\xAB\x8A\xB7\x82\xA6\x82\xE9\x81B
 // (2011.2.28 yutaka)
 void SSH2_update_hmac_myproposal(PTInstVar pvar)
 {

Modified: trunk/ttssh2/ttxssh/ttxssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.c	2017-06-26 10:37:55 UTC (rev 6820)
+++ trunk/ttssh2/ttxssh/ttxssh.c	2017-06-26 10:38:04 UTC (rev 6821)
@@ -438,7 +438,7 @@
 	// Host Key algorithm order
 	READ_STD_STRING_OPTION(HostKeyOrder);
 	normalize_host_key_order(settings->HostKeyOrder);
-	// H-MAC order
+	// HMAC order
 	READ_STD_STRING_OPTION(MacOrder);
 	normalize_mac_order(settings->MacOrder);
 	// Compression algorithm order



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