[Ttssh2-commit] [5824] typo fix

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 3月 13日 (金) 17:51:31 JST


Revision: 5824
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5824
Author:   maya
Date:     2015-03-13 17:51:31 +0900 (Fri, 13 Mar 2015)
Log Message:
-----------
typo fix

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

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ssh.c	2015-03-13 08:43:03 UTC (rev 5823)
+++ trunk/ttssh2/ttxssh/ssh.c	2015-03-13 08:51:31 UTC (rev 5824)
@@ -5855,7 +5855,7 @@
 	data += 4;
 	server_host_key_blob = data; // for hash
 
-	push_memdump("DH_GEX_REPLY", "server_host_key_blob", server_host_key_blob, bloblen);
+	push_memdump("KEX_ECDH_REPLY", "server_host_key_blob", server_host_key_blob, bloblen);
 
 	hostkey = key_from_blob(data, bloblen);
 	if (hostkey == NULL) {



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