]> www.wagner.pp.ru Git - sites/home_page.git/commitdiff
*** empty log message ***
authorVictor Wagner <vitus@wagner.pp.ru>
Mon, 15 Aug 2011 07:08:28 +0000 (07:08 +0000)
committerVictor Wagner <vitus@wagner.pp.ru>
Mon, 15 Aug 2011 07:08:28 +0000 (07:08 +0000)
articles/openssl-mingw.html

index 9578562470ea0825012a5c2ea993586d133fb7bb..6c5b59de7b86dcae59fa75e2b25caddec8c049e6 100644 (file)
@@ -4,6 +4,9 @@
 <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
@@ -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:
 </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