cURL / Mailing Lists / curl-library / Single Mail

curl-library

outdated Win32 openssl binaries at http://curl.haxx.se/download/

From: Guenter Knauf <eflash_at_gmx.net>
Date: Sat, 9 Feb 2008 23:47:47 +0100

Hi all,
I've just rebuild OpenSLL 0.9.8g with MingW32 3.4.5 compiler,
and these build options:
enable-md5 enable-rc5 enable-mdc2 enable-tlsext

you can download zip / 7z archives from here:
http://www.gknw.net/development/ossl/win32/

these archives include the DLLs, the static and dynamic link libraries,
and the headers; so you can directly compile libcurl with this package.

Daniel, feel free to copy these archives over to http://curl.haxx.se/download/
so that others can find and use them.

The 7-Zip archive is significantly smaller (in fact it seems that 7-Zip does actually best compress);
7-Zip for Win32 is available here:
http://www.7-zip.org/
Unix source can be found here:
http://sourceforge.net/projects/p7zip/
see also my simple patch to enable usual 644 permission on Linux for the created archive:
http://sourceforge.net/tracker/index.php?func=detail&aid=1860938&group_id=111810&atid=660493
--- CPP/Windows/FileIO.cpp.orig 2007-04-21 11:06:20.000000000 +0200
+++ CPP/Windows/FileIO.cpp 2008-01-11 01:35:15.000000000 +0100
@@ -57,7 +57,7 @@
   flags |= O_LARGEFILE;
 #endif

- int mode = 0600;
+ int mode = 0666;

   if (dwDesiredAccess & GENERIC_WRITE) flags |= O_WRONLY;
   if (dwDesiredAccess & GENERIC_READ) flags |= O_RDONLY;

Guen.
Received on 2008-02-09