• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

修订版fad9e10f06e3b9ca09803e8cfafd965ccc425b3b (tree)
时间2012-02-20 17:10:10
作者s_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Update SHA1 hash of "ssl.pem".

更改概述

差异

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/main.c
+++ b/main.c
@@ -3093,7 +3093,7 @@ BOOL LoadSSLRootCAFile()
30933093 for(i = 0; i < 5; i++)
30943094 Hash[i] = _byteswap_ulong(Hash[i]);
30953095 // 同梱する"ssl.pem"に合わせてSHA1ハッシュ値を変更すること
3096- 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
3096+ 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
30973097 || DialogBox(GetFtpInst(), MAKEINTRESOURCE(updatesslroot_dlg), GetMainHwnd(), ExeEscDialogProc) == YES)
30983098 {
30993099 memcpy(&SSLRootCAFileHash, &Hash, 20);