Add a script to compile OpenSSL in MinGW mode
commit22a3740bed6453cb9e28bbae21e3620a5c86f737
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 17 Jun 2009 16:31:45 +0000 (17 18:31 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 28 Jul 2009 08:08:37 +0000 (28 10:08 +0200)
treefedd6fb31e92030bcc39e6c44c1bffcb4a2f5207
parent5f7eed9e625e4d8db2c11b888ac080060eec23ec
Add a script to compile OpenSSL in MinGW mode

This script (together with these patches) is able to build a pure-MinGW
version of openssl.

Initial recipe by kusmabite.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/openssl/.gitignore [new file with mode: 0644]
src/openssl/patches/0001-Cope-better-with-DOS-line-endings.patch [new file with mode: 0644]
src/openssl/patches/0002-Avoid-compiler-error.patch [new file with mode: 0644]
src/openssl/patches/0003-Make-sure-that-we-use-cmd-as-a-shell.patch [new file with mode: 0644]
src/openssl/patches/0004-Install-to-mingw.patch [new file with mode: 0644]
src/openssl/release.sh [new file with mode: 0644]