From 623ed667c6fe3c839fe582b76b341b99d36c97ee Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Mon, 15 Aug 2011 07:08:28 +0000 Subject: [PATCH] *** empty log message *** --- articles/openssl-mingw.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/articles/openssl-mingw.html b/articles/openssl-mingw.html index 9578562..6c5b59d 100644 --- a/articles/openssl-mingw.html +++ b/articles/openssl-mingw.html @@ -4,6 +4,9 @@

Building OpenSSL for Windows with Mingw32

+

This page is about outdated version of +OpenSSL and is kept for historical purposes only. OpenSSL 1.x.x supports +cross-compiling out of the box

If you want to get OpenSSL libraries (either .dll or static libraries), usable by native Windows compilers, you can use entirely free GNU @@ -107,7 +110,7 @@ type make. On unix, if you type just make, native compiler would be invoked. You have to specify crosscompiler in the CC makefile variable:

- make CC=i586-mingw32msvc-gcc RANLIB=i585-mingw32msvc-ranlib
+ make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc-ranlib
 

With current stable (0.9.8d) verything should go fine until rehash -- 2.39.2