OSDN Git Service

Fix the update of OpenSSL.
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Sun, 2 Feb 2014 07:46:19 +0000 (16:46 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Sun, 2 Feb 2014 07:46:19 +0000 (16:46 +0900)
FFFTP_Eng_Release/FFFTP.exe
Release/FFFTP.exe
dist/libeay32.dll
dist/ssleay32.dll
socketwrapper.c

index 6331d9f..bc7fadd 100644 (file)
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
index f8ad9c4..d96a764 100644 (file)
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
index 85538d4..8039311 100644 (file)
Binary files a/dist/libeay32.dll and b/dist/libeay32.dll differ
index e72cd7e..31f6b0f 100644 (file)
Binary files a/dist/ssleay32.dll and b/dist/ssleay32.dll differ
index 3ca146b..bf5ca90 100644 (file)
@@ -116,9 +116,9 @@ BOOL LoadOpenSSL()
                return FALSE;\r
 #ifdef ENABLE_PROCESS_PROTECTION\r
        // 同梱するOpenSSLのバージョンに合わせてSHA1ハッシュ値を変更すること\r
-       // ssleay32.dll 1.0.1e\r
+       // ssleay32.dll 1.0.1f\r
        RegisterTrustedModuleSHA1Hash("\x16\xFA\xD2\x39\x74\x27\xE4\x07\xCB\xF5\x1A\xF1\xC3\xCD\x1C\xBB\xFC\xD0\xFC\x40");\r
-       // libeay32.dll 1.0.1e\r
+       // libeay32.dll 1.0.1f\r
        RegisterTrustedModuleSHA1Hash("\xA6\x2D\x10\xF8\x2A\xB9\xEF\x95\xC3\xF7\x0B\xE0\xD1\xCB\x1C\x9B\x0A\x99\x42\x1F");\r
 #endif\r
        g_hOpenSSL = LoadLibrary("ssleay32.dll");\r