From e527c9a991c00a3d01fcf262b9fee0b5c948436e Mon Sep 17 00:00:00 2001 From: ddh Date: Wed, 11 Jan 2017 12:07:36 +0000 Subject: Update Hyper and OpenSSL --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 5fbb7ba164d..a8cb0f9e4a9 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -321,7 +321,7 @@ class MachCommands(CommandBase): call(["editbin", "/nologo", "/subsystem:windows", path.join(servo_exe_dir, "servo.exe")], verbose=verbose) # on msvc, we need to copy in some DLLs in to the servo.exe dir - for ssl_lib in ["ssleay32md.dll", "libeay32md.dll"]: + for ssl_lib in ["libcryptoMD.dll", "libsslMD.dll"]: shutil.copy(path.join(env['OPENSSL_LIB_DIR'], "../bin" + msvc_x64, ssl_lib), servo_exe_dir) -- cgit v1.2.3