<META NAME="DESCRIPTION" CONTENT="Summary of experience of building both
stable and development versions of OpenSSL for Windows"> </HEAD><BODY>
<H1>Building OpenSSL for Windows with Mingw32</H1>
+<p><font size="+3" color="red">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</font></p>
<p>
If you want to get OpenSSL libraries (either .dll or static libraries),
usable by native Windows compilers, you can use entirely free GNU
invoked. You have to specify crosscompiler in the CC makefile variable:
</p>
<pre>
- make CC=i586-mingw32msvc-gcc RANLIB=i585-mingw32msvc-ranlib
+ make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc-ranlib
</pre>
<p>
With current stable (0.9.8d) verything should go fine until rehash