Add a script to compile OpenSSL in MinGW mode
commita18ce11d68d57828e248a354fbba9fa4fd95c83f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 17 Jun 2009 16:31:45 +0000 (17 18:31 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 15 Jul 2009 01:54:34 +0000 (15 03:54 +0200)
tree3ea46fb551ede33311d5aed5d5def70d70189d50
parent3348e5b6ca462113ba587ddb0de65880c8df84a1
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]