OSDN Git Service

Update SHA1 hash of "ssl.pem".
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Mon, 20 Feb 2012 08:10:10 +0000 (17:10 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Mon, 20 Feb 2012 08:10:10 +0000 (17:10 +0900)
FFFTP_Eng_Release/FFFTP.exe
Release/FFFTP.exe
main.c

index 06ed296..86342e4 100644 (file)
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
index 55f30ee..7445941 100644 (file)
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
diff --git a/main.c b/main.c
index f1468a0..132e36c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -3093,7 +3093,7 @@ BOOL LoadSSLRootCAFile()
                                for(i = 0; i < 5; i++)\r
                                        Hash[i] = _byteswap_ulong(Hash[i]);\r
                                // 同梱する"ssl.pem"に合わせてSHA1ハッシュ値を変更すること\r
-                               if(memcmp(&Hash, &SSLRootCAFileHash, 20) == 0 || memcmp(&Hash, "\xF0\x1B\x48\x26\x67\x44\x3A\xFF\x0A\x16\xD3\xBB\x8A\x33\xEB\x70\x6D\x75\xA6\x0D", 20) == 0\r
+                               if(memcmp(&Hash, &SSLRootCAFileHash, 20) == 0 || memcmp(&Hash, "\x63\xAC\x6C\x43\xCE\xD6\x5B\xCF\x33\xB9\x45\x70\xC3\x9B\x8C\x91\x19\x0D\xEF\xE6", 20) == 0\r
                                        || DialogBox(GetFtpInst(), MAKEINTRESOURCE(updatesslroot_dlg), GetMainHwnd(), ExeEscDialogProc) == YES)\r
                                {\r
                                        memcpy(&SSLRootCAFileHash, &Hash, 20);\r