X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=sidebyside;f=articles%2Fopenssl-mingw.html;h=3a4428ee754878a4d106ef18e2722d416960bfdc;hb=HEAD;hp=9578562470ea0825012a5c2ea993586d133fb7bb;hpb=a9d1040c7f746a9a424c9a3f596031065e9a435a;p=sites%2Fhome_page.git diff --git a/articles/openssl-mingw.html b/articles/openssl-mingw.html index 9578562..3a4428e 100644 --- a/articles/openssl-mingw.html +++ b/articles/openssl-mingw.html @@ -1,9 +1,12 @@ - + Building OpenSSL for Windows with Mingw32

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